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 0416980 commit fe0f365Copy full SHA for fe0f365
.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
8
force:
9
description: Force a release even when there are release-blockers (optional)
10
required: false
11
+ merge_target:
12
+ description: Target branch to merge into. Uses the default branch as a fallback (optional)
13
+ required: false
14
jobs:
15
release:
16
runs-on: ubuntu-latest
@@ -24,3 +27,4 @@ jobs:
24
27
with:
25
28
version: ${{ github.event.inputs.version }}
26
29
force: ${{ github.event.inputs.force }}
30
+ merge_target: ${{ github.event.inputs.merge_target }}
0 commit comments