Skip to content

Commit 8160b01

Browse files
authored
Enable releasing from any branch (#1136)
1 parent ed6c636 commit 8160b01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
type: string
2828
description: Release number
2929
required: false
30+
branch:
31+
type: string
32+
description: Release branch
33+
required: false
3034

3135
jobs:
3236
tag:
@@ -42,6 +46,7 @@ jobs:
4246
repo: ${{ github.repository }}
4347
live-run: ${{ inputs.live-run || false }}
4448
version: ${{ inputs.version }}
49+
branch: ${{ inputs.branch }}
4550
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
4651

4752
- uses: eclipse-zenoh/ci/bump-crates@main

0 commit comments

Comments
 (0)