Skip to content

Commit

Permalink
Fix package publishing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 17, 2021
1 parent e199fdd commit c6e22a9
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 @@ -40,4 +40,4 @@ jobs:

- name: 🚀 nuget
shell: bash
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 c6e22a9

Please sign in to comment.