Skip to content

Commit

Permalink
Enable releasing from any branch (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Jun 13, 2024
1 parent ed6c636 commit 8160b01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
type: string
description: Release number
required: false
branch:
type: string
description: Release branch
required: false

jobs:
tag:
Expand All @@ -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
Expand Down

0 comments on commit 8160b01

Please sign in to comment.