Skip to content

Commit 9e57bee

Browse files
Add default workflow inputs
1 parent 7ab6fd4 commit 9e57bee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prepare-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tag:
77
description: 'The prerelease tag to apply on the release branch (if any). If not specified, any existing prerelease tag will be removed. The preceding hyphen may be omitted.'
88
required: false
9+
default: ''
910
type: choice
1011
options:
1112
- ''
@@ -14,6 +15,7 @@ on:
1415
versionIncrement:
1516
description: 'Overrides the versionIncrement setting set in version.json for determining the next version of the current branch.'
1617
required: false
18+
default: ''
1719
type: choice
1820
options:
1921
- ''
@@ -54,4 +56,4 @@ jobs:
5456
run: nbgv prepare-release ${{ github.event.inputs.tag }} -p src --versionIncrement ${{ github.event.inputs.versionIncrement }}
5557

5658
- name: Push commit and new branch
57-
run: git push --all
59+
run: git push --all

0 commit comments

Comments
 (0)