Skip to content

Commit 8805b8d

Browse files
author
Dustin Masters
committed
Does this fix package pushing?
1 parent a413e44 commit 8805b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Publish
3333
env:
3434
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
35-
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k "$NUGET_API_KEY" --skip-duplicate -n 1
35+
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate -n 1

0 commit comments

Comments
 (0)