We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79fb9a commit 479cf96Copy full SHA for 479cf96
.github/workflows/build.yml
.github/workflows/deploy.yml
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
name: uploads
63
path: ${{ github.workspace}}/artifact/
64
- name: Push to NuGet Package Registry
65
- run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGETTOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate
66
67
- name: Extract version
68
shell: pwsh
0 commit comments