We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b0a20 commit 20dd5fdCopy full SHA for 20dd5fd
.github/workflows/dispatch-release.yml
@@ -7,7 +7,7 @@ on:
7
description: Release version (vX.X)
8
required: true
9
type: string
10
- branch_name:
+ branch-name:
11
description: Branch to release (prepare-release-X.X)
12
13
@@ -73,7 +73,7 @@ jobs:
73
cd $folder
74
75
version=${{github.event.inputs.release-version}}
76
- branch_name=${{github.event.inputs.branch_name}}
+ branch_name=${{github.event.inputs.branch-name}}
77
78
gh workflow run release.yml \
79
--ref main \
0 commit comments