Skip to content

Commit d98f6de

Browse files
authored
Update prepare-release (#229)
1 parent 15b930d commit d98f6de

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
name: Prepare release
22

33
on:
4-
workflow_dispatch: {}
4+
workflow_dispatch:
5+
inputs:
6+
version-to-bump:
7+
default: patch
8+
description: Version to bump
9+
options:
10+
- major
11+
- minor
12+
- patch
13+
required: true
14+
type: choice
515

616
jobs:
717
call-workflow:
@@ -10,3 +20,5 @@ jobs:
1020
id-token: write
1121
secrets: inherit
1222
uses: compulim/workflows/.github/workflows/prepare-release.yml@main
23+
with:
24+
version-to-bump: ${{ inputs.version-to-bump }}

0 commit comments

Comments
 (0)