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 ad4bc05 commit b8e07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: SetUserSecretsTrelloToken
run: dotnet user-secrets set TrelloToken ${{ secrets.TRELLOTOKEN }} --project src/TrelloDotNet.Tests/TrelloDotNet.Tests.csproj
- name: Publish to NuGet if needed
run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}} --SkipDuplicate
run: dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit b8e07d4

Please sign in to comment.