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 46702ae commit 03b1b29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write

steps:
- name: Checkout
Expand Down Expand Up @@ -47,7 +48,9 @@ jobs:
hatch version patch
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Increment Version

- name: Build the extension
run: |
Expand Down

0 comments on commit 03b1b29

Please sign in to comment.