Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moly authored Feb 4, 2021
1 parent a1f170a commit 8cc3937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Push
env:
NUGET_KEY: ${{ secrets.NUGET_KEY }}
run: dotnet nuget push ./package/*.nupkg --api-key "$NUGET_KEY" --skip-duplicate
run: dotnet nuget push ./package/*.nupkg --source https://api.nuget.org/v3/index.json --api-key "$NUGET_KEY" --skip-duplicate

0 comments on commit 8cc3937

Please sign in to comment.