Skip to content

Commit

Permalink
Enable releasing from any branch (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Jun 14, 2024
1 parent 3162a8a commit 961e82d
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 @@ -26,6 +26,10 @@ on:
type: string
description: Release number
required: false
branch:
type: string
description: Release branch
required: false
jobs:
tag:
name: Branch, Bump & tag
Expand All @@ -44,6 +48,7 @@ jobs:
# However, we still need some placeholder version to test that the
# version can be reliably bumped.
version: ${{ inputs.version || '0.0.0' }}
branch: ${{ inputs.branch }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

- name: Checkout this repository
Expand Down

0 comments on commit 961e82d

Please sign in to comment.