Skip to content

Commit

Permalink
Use new secret for pushing to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Nov 8, 2024
1 parent db36a56 commit 9ae0176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ jobs:
subject-path: '${{ github.workspace }}/${{ env.ARTIFACTS }}'

- name: Release to nuget.org
run: dotnet nuget push '${{ env.ARTIFACTS }}' -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
run: dotnet nuget push '${{ env.ARTIFACTS }}' -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols

0 comments on commit 9ae0176

Please sign in to comment.