Skip to content

Commit

Permalink
Fixed push command args
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Oct 2, 2022
1 parent 0cdd328 commit b7c72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
dotnet pack --configuration Release
- name: Publish
run: |
dotnet nuget push "**.nupkg" --api-key ${{ secrets.NUGET_KEY }} -source https://api.nuget.org/v3/index.json
dotnet nuget push "**.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit b7c72e3

Please sign in to comment.