Skip to content

Commit

Permalink
Fix release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Dec 11, 2022
1 parent 008c878 commit 282731e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: yarn version --new-version ${{needs.semver-parser.outputs.semver}} --no-git-tag-version --no-commit-hooks
working-directory: react
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.16
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: Release version ${{needs.semver-parser.outputs.semver}}
branch: main
Expand Down

0 comments on commit 282731e

Please sign in to comment.