Skip to content

Commit

Permalink
Make bump action have options
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jul 3, 2023
1 parent e15c283 commit 73326fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
version:
description: 'Semver type of new version (major / minor / patch)'
required: true
type: choice
options:
- major
- minor
- patch

jobs:
bump-version:
Expand Down

0 comments on commit 73326fe

Please sign in to comment.