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 58a4110 commit ee9fc76Copy full SHA for ee9fc76
.github/workflows/wfnetcorev2.yaml
@@ -94,7 +94,7 @@ jobs:
94
- name: List sources
95
run: dotnet --info
96
- name: Publish the package to GitHub
97
- run: dotnet nuget push "*.nupkg" --source "github" --api-key $GITHUB_TOKEN
+ run: dotnet nuget push "*.nupkg" --source https://nuget.pkg.github.com/shaprcode-it/index.json --api-key $GITHUB_TOKEN
98
deploy:
99
needs: build
100
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
0 commit comments