Skip to content

Commit fe0f365

Browse files
authored
build: Make merge target optional (#4732)
1 parent 0416980 commit fe0f365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
force:
99
description: Force a release even when there are release-blockers (optional)
1010
required: false
11+
merge_target:
12+
description: Target branch to merge into. Uses the default branch as a fallback (optional)
13+
required: false
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest
@@ -24,3 +27,4 @@ jobs:
2427
with:
2528
version: ${{ github.event.inputs.version }}
2629
force: ${{ github.event.inputs.force }}
30+
merge_target: ${{ github.event.inputs.merge_target }}

0 commit comments

Comments
 (0)