Skip to content

Commit cda4be6

Browse files
committed
Remove draft option from GitHub Release workflow and set it to true by default
1 parent 9b6d907 commit cda4be6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
draft:
7-
description: 'Create GitHub Release as draft'
8-
required: false
9-
type: boolean
10-
default: true
115

126
permissions:
137
contents: read
@@ -136,5 +130,5 @@ jobs:
136130
uses: softprops/action-gh-release@v2
137131
with:
138132
tag_name: ${{ github.ref_name }}
139-
draft: ${{ github.event.inputs.draft }}
133+
draft: true
140134
files: wheels-*/*

0 commit comments

Comments
 (0)