We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ae8af commit eacc241Copy full SHA for eacc241
.github/workflows/publishnuget.yml
@@ -32,4 +32,4 @@ jobs:
32
run: dotnet pack -c Release -o . ${{ env.PROJECT_PATH }}
33
- name: Publish
34
if: github.ref == 'refs/heads/main'
35
- run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_KEY }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push **.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments