Skip to content

Commit

Permalink
fix(ci): Update version bumping workflow to use a string for bumpType
Browse files Browse the repository at this point in the history
AxelSevenS committed Oct 10, 2024
1 parent 6be05b6 commit 98509bc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -6,13 +6,8 @@ on:
bumpType:
description: 'Bump Type'
required: true
default: 'bump-build'
type: choice
options:
- bump-major
- bump-minor
- bump-build
- bump-revision
default: '*.*.^'
type: string

jobs:
bump-project-version:

0 comments on commit 98509bc

Please sign in to comment.