Skip to content

Commit

Permalink
make bump field more foolproof (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Aug 22, 2024
1 parent 7d86458 commit 19421be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
workflow_dispatch:
inputs:
bump:
type: choice
required: true
description: What kind of bump
options:
- major
- minor
- patch
pull_request:
types:
- closed
Expand Down

0 comments on commit 19421be

Please sign in to comment.