Skip to content

Commit

Permalink
Update PublishNuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi authored Dec 24, 2019
1 parent cddeccc commit 7ce27aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Push generated package to GitHub registry
run: |
.\nuget push .\bin\release\*.nupkg -Source github -SkipDuplicate
.\nuget push .\bin\release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbols
# .\nuget push .\bin\release\*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbols

0 comments on commit 7ce27aa

Please sign in to comment.