Skip to content

Commit

Permalink
Fix package push to nuget.org on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 3, 2022
1 parent 715d36f commit 24cbb7b
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 @@ -56,4 +56,4 @@ jobs:
path: msbuild.binlog

- name: 🚀 nuget
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
run: dotnet nuget push ./bin/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit 24cbb7b

Please sign in to comment.