File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 create-gh-release :
1414 name : Create GitHub Release
1515 runs-on : ubuntu-latest
16- if : github.event.commits[0].committer.name == 'github-actions[bot]' && startsWith(github.event.head_commit.message, '[ release] ')
16+ if : github.event.commits[0].committer.name == 'github-actions[bot]' && startsWith(github.event.head_commit.message, 'chore( release): ')
1717 permissions :
1818 contents : write
1919
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 git config --global user.name "github-actions[bot]"
148148 git config --global user.email "github-actions[bot]@users.noreply.github.com"
149149 git add src/renamedReplacements.js package.json pnpm-lock.yaml
150- git commit --amend - m "[ release] Bump replacements map"
150+ git commit -m "chore( release): update the replacements map"
151151 git checkout ${{ github.event.repository.default_branch }}
152152 git merge ${{ github.head_ref }}
153153 git push origin ${{ github.event.repository.default_branch }}:${{ github.event.repository.default_branch }}
You can’t perform that action at this time.
0 commit comments