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 e0c182c commit 74e2122
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:

# Runs a set of commands using the runners shell
- name: Push to Nuget
env:
NUGET_UPDATEKEY: ${{ secrets.NUGET_UPDATEKEY }}
run: dotnet nuget push publishOutput/*.nupkg -k $NUGET_UPDATEKEY --source https://api.nuget.org/v3/index.json
run: dotnet nuget push publishOutput\*.nupkg -k ${{ secrets.NUGET_UPDATEKEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 74e2122

Please sign in to comment.