Skip to content

Commit

Permalink
[TASK] Optimize release workflow (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Apr 4, 2022
1 parent fafd279 commit db76609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ on:
workflow_dispatch:
inputs:
mode:
description: 'Release Mode, possible values are "draft" or "publish"'
description: 'Release Mode'
required: true
default: 'draft'
type: choice
options:
- draft
- publish

jobs:
create_release:
Expand Down

0 comments on commit db76609

Please sign in to comment.