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 ba23c04 commit 5a875a2Copy full SHA for 5a875a2
.github/workflows/wfnetcorev2.yaml
@@ -93,7 +93,7 @@ jobs:
93
- name: List sources
94
run: dotnet --info
95
- name: Publish the package to GitHub
96
- run: dotnet nuget push "*.nupkg" --source "github" --api-key $PERSONAL_TOKEN
+ run: dotnet nuget push "*.nupkg" --source "github" --api-key $GITHUB_TOKEN
97
deploy:
98
needs: build
99
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments