We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f128286 commit f213456Copy full SHA for f213456
1 file changed
.github/workflows/publish.yml
@@ -35,4 +35,4 @@ jobs:
35
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
36
37
- name: 🚀 nuget
38
- 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 commit comments