Skip to content

Commit 5a875a2

Browse files
authored
Update wfnetcorev2.yaml
1 parent ba23c04 commit 5a875a2

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
@@ -93,7 +93,7 @@ jobs:
9393
- name: List sources
9494
run: dotnet --info
9595
- name: Publish the package to GitHub
96-
run: dotnet nuget push "*.nupkg" --source "github" --api-key $PERSONAL_TOKEN
96+
run: dotnet nuget push "*.nupkg" --source "github" --api-key $GITHUB_TOKEN
9797
deploy:
9898
needs: build
9999
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)