Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle authored Feb 19, 2024
1 parent acf7ef2 commit 2e6f3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
required: false
type: choice
options:
- none
- patch
- minor
- major
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
jlpm run test
- name: Increment the Version
if: ${{ inputs.increment-version }}
if: ${{ inputs.increment-version && inputs.increment-version != "none" }}
run: |
hatch version ${{ inputs.increment-version }}
Expand Down

0 comments on commit 2e6f3e8

Please sign in to comment.