Skip to content

Commit e8c106e

Browse files
authored
Enable releasing from any branch (#227)
1 parent 2fe7084 commit e8c106e

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
@@ -17,6 +17,10 @@ on:
1717
type: string
1818
description: Release number of Zenoh
1919
required: false
20+
branch:
21+
type: string
22+
description: Release branch
23+
required: false
2024

2125
jobs:
2226
tag:
@@ -32,6 +36,7 @@ jobs:
3236
repo: ${{ github.repository }}
3337
live-run: ${{ inputs.live-run || false }}
3438
version: ${{ inputs.version }}
39+
branch: ${{ inputs.branch }}
3540
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
3641

3742
- name: Checkout this repository

0 commit comments

Comments
 (0)