Skip to content

Commit

Permalink
Updated api key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Dec 31, 2023
1 parent 1c95108 commit 2bed196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Package
run: dotnet pack ${{ env.PROJECT }} --no-build -c ${{ env.CONFIG }} --output ./publish
- name: Publish
run: dotnet nuget push ./publish/*.nupkg --api-key ${{secrets.GITHUB_TOKEN}} --skip-duplicate --source "https://api.nuget.org/v3/index.json"
run: dotnet nuget push ./publish/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate --source "https://api.nuget.org/v3/index.json"

0 comments on commit 2bed196

Please sign in to comment.