Skip to content

Commit ce37213

Browse files
authored
Update wfnetcorev2.yaml
1 parent c092f9d commit ce37213

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

0 commit comments

Comments
 (0)