We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6d907 commit cda4be6Copy full SHA for cda4be6
1 file changed
.github/workflows/release.yml
@@ -2,12 +2,6 @@ name: Release
2
3
on:
4
workflow_dispatch:
5
- inputs:
6
- draft:
7
- description: 'Create GitHub Release as draft'
8
- required: false
9
- type: boolean
10
- default: true
11
12
permissions:
13
contents: read
@@ -136,5 +130,5 @@ jobs:
136
130
uses: softprops/action-gh-release@v2
137
131
with:
138
132
tag_name: ${{ github.ref_name }}
139
- draft: ${{ github.event.inputs.draft }}
133
+ draft: true
140
134
files: wheels-*/*
0 commit comments