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 64a8681 commit 7927c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ jobs:
jlpm run test
- name: Increment the Version
id: version
if: ${{ inputs.increment-version && inputs.increment-version != 'none' }}
run: |
hatch version ${{ inputs.increment-version }}
echo "VERSION_NAME=$(hatch version)" >> $GITHUB_OUTPUT
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Increment Version
tagging_message: ${{ steps.version.outputs.VERSION_NAME }}

- name: Build the extension
run: |
Expand Down

0 comments on commit 7927c99

Please sign in to comment.