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 72e874a commit d872d27Copy full SHA for d872d27
.github/workflows/wfnetcorev2.yaml
@@ -92,7 +92,7 @@ jobs:
92
- name: List sources
93
run: dotnet --info
94
- name: Publish the package to GitHub
95
- run: dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.NUGET_APIKEY }}
+ run: dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.PACKAGESTOKEN }}
96
deploy:
97
needs: build
98
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments