Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Mar 5, 2022
1 parent 17e87c3 commit e0c182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Push to Nuget
env:
NUGET_UPDATEKEY: ${{ secrets.NUGET_UPDATEKEY }}
run: dotnet nuget push publishOutput/*.nupkg -k $NUGET_UPDATEKEY
run: dotnet nuget push publishOutput/*.nupkg -k $NUGET_UPDATEKEY --source https://api.nuget.org/v3/index.json

0 comments on commit e0c182c

Please # to comment.