We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b03c5 commit 376dac2Copy full SHA for 376dac2
2 files changed
.github/workflows/prepare_release.yml
@@ -8,10 +8,12 @@ on:
8
required: true
9
type: string
10
base-branch:
11
- description: 'The branch that will be used as the origin for the release branch.'
12
- required: false
13
- default: ''
14
- type: string
+ description: 'The branch to release from.'
+ type: choice
+ options:
+ - main
15
+ - '8.x'
16
+ default: 'main'
17
18
permissions: {}
19
.github/workflows/release.yml
- description: 'The branch where we do this release.'
0 commit comments