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 2e6f3e8 commit 0771767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
jlpm run test
- name: Increment the Version
if: ${{ inputs.increment-version && inputs.increment-version != "none" }}
if: ${{ inputs.increment-version && inputs.increment-version != 'none' }}
run: |
hatch version ${{ inputs.increment-version }}
Expand Down

0 comments on commit 0771767

Please sign in to comment.