Skip to content

Commit

Permalink
Specified source parameter, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
hjerpbakk authored Oct 23, 2019
1 parent 1ae4dca commit d06144c
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 @@ -25,5 +25,5 @@ jobs:
run: |
chmod +x pack.sh
./pack.sh
nuget push ./nupkgs/*.nupkg -ApiKey ${{ secrets.NUGET_KEY }}
nuget push ./nupkgs/*.nupkg -Source https://www.nuget.org/api/v2/package -ApiKey ${{ secrets.NUGET_KEY }}
shell: bash

0 comments on commit d06144c

Please sign in to comment.