Skip to content

Commit

Permalink
🔧 Fixed error with nuget push syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PureKrome committed Nov 10, 2021
1 parent 37b01fe commit 982269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- name: Publish to nuget.org
run: |
dotnet nuget push "./artifacts/*.nupkg"
--api-key ${{ secrets.NUGET_TOKEN }}
dotnet nuget push "./artifacts/*.nupkg" \
--api-key ${{ secrets.NUGET_TOKEN }} \
--source https://api.nuget.org/v3/index.json

0 comments on commit 982269d

Please sign in to comment.