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 c092f9d commit ce37213Copy full SHA for ce37213
.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.GITHUB_TOKEN }}"
+ run: dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
96
deploy:
97
needs: build
98
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments