Skip to content

Commit

Permalink
ci: add enclosing quotes
Browse files Browse the repository at this point in the history
The action is lying and does not tell you this is necessary
  • Loading branch information
curtisy1 committed Jan 21, 2023
1 parent 3a439e4 commit b66aca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Publish Releases
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
run: dotnet nuget push */bin/Release/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json

0 comments on commit b66aca4

Please sign in to comment.