Skip to content

Commit

Permalink
Modify bump-action
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Jun 17, 2024
1 parent 2cecf18 commit 82ef2f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- minor
- patch
default: patch
version:
description: Version to change to.
type: string

jobs:
run:
Expand All @@ -20,3 +23,4 @@ jobs:
- uses: ./
with:
release_type: ${{ inputs.release_type }}
version: ${{ inputs.version }}

0 comments on commit 82ef2f9

Please sign in to comment.