Skip to content

Commit

Permalink
Merge pull request #9128 from weseek/dependabot/github_actions/stefan…
Browse files Browse the repository at this point in the history
…zweifel/git-auto-commit-action-5

ci(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
yuki-takei committed Sep 15, 2024
2 parents 8cdb096 + 22400ae commit 4452b2a
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 @@ -58,7 +58,7 @@ jobs:
RELEASED_VERSION: ${{ steps.package-json.outputs.packageVersion }}

- name: Commit, Tag and Push
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: ${{ github.event.pull_request.base.ref }}
commit_message: Release v${{ steps.package-json.outputs.packageVersion }}
Expand Down

0 comments on commit 4452b2a

Please sign in to comment.