From 498922ff0d35de3f0bda119227cb0ac80edc7266 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 13 Jun 2024 17:42:17 +0200 Subject: [PATCH] Enable releasing from any branch --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6225f932..b8d09014 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,10 @@ on: type: string description: Release number of Zenoh required: false + branch: + type: string + description: Release branch + required: false jobs: tag: @@ -45,6 +49,7 @@ jobs: repo: ${{ github.repository }} live-run: ${{ inputs.live-run || false }} version: ${{ inputs.version }} + branch: ${{ inputs.branch }} github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }} - name: Checkout this repository