From 8160b019a06bcd4a6cabcd114dbb901f65e2dc93 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 13 Jun 2024 18:12:42 +0200 Subject: [PATCH] Enable releasing from any branch (#1136) --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25553c2b0a..f8e614fa12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,10 @@ on: type: string description: Release number required: false + branch: + type: string + description: Release branch + required: false jobs: tag: @@ -42,6 +46,7 @@ jobs: repo: ${{ github.repository }} live-run: ${{ inputs.live-run || false }} version: ${{ inputs.version }} + branch: ${{ inputs.branch }} github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }} - uses: eclipse-zenoh/ci/bump-crates@main