Skip to content

Commit

Permalink
Add version-to-bump (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Jun 16, 2024
1 parent cd8f1a7 commit 7722fc0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Prepare release

on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
version-to-bump:
default: patch
description: Version to bump
options:
- major
- minor
- patch
required: true
type: choice

jobs:
call-workflow:
Expand All @@ -10,3 +20,5 @@ jobs:
id-token: write
secrets: inherit
uses: compulim/workflows/.github/workflows/prepare-release.yml@main
with:
version-to-bump: ${{ inputs.version-to-bump }}

0 comments on commit 7722fc0

Please sign in to comment.