We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c041e commit 677db53Copy full SHA for 677db53
.github/workflows/release.yml
@@ -25,5 +25,5 @@ jobs:
25
- name: Push to NuGet
26
run: |
27
cd src/nupkgs
28
- dotnet nuget push "**/*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
+ dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
29
0 commit comments