Skip to content

Commit ee9fc76

Browse files
authored
Update wfnetcorev2.yaml
1 parent 58a4110 commit ee9fc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: List sources
9595
run: dotnet --info
9696
- name: Publish the package to GitHub
97-
run: dotnet nuget push "*.nupkg" --source "github" --api-key $GITHUB_TOKEN
97+
run: dotnet nuget push "*.nupkg" --source https://nuget.pkg.github.com/shaprcode-it/index.json --api-key $GITHUB_TOKEN
9898
deploy:
9999
needs: build
100100
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)