Skip to content

Commit

Permalink
Update OnPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjdk authored Jan 5, 2025
1 parent 2e2bff1 commit 083d0bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
Expand All @@ -33,4 +33,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: src/TrelloDotNet.Tests/TestResults/coverage.info
- name: Publish to NuGet if needed
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate
run: dotnet nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate

0 comments on commit 083d0bf

Please sign in to comment.