|
|
@@ -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 }}
|