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 a3f183e commit 194b290Copy full SHA for 194b290
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: 🚀 nuget
45
env:
46
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
47
- if: env.NUGET_API_KEY != ''
+ if: ${{ env.NUGET_API_KEY != '' && !github.event.release.draft }}
48
run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
49
50
- name: 🚀 sleet
0 commit comments