We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ee02c commit db53f1dCopy full SHA for db53f1d
1 file changed
.github/workflows/prepare-js-release.yaml
@@ -61,7 +61,7 @@ jobs:
61
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
62
git switch -c "${{ steps.source.outputs.release_branch }}"
63
git add -A
64
- git commit -m "chore: Prepare changelog"
+ git commit --allow-empty -m "chore: Prepare changelog"
65
git push origin HEAD:refs/heads/${{ steps.source.outputs.release_branch }}
66
- name: Create release PR
67
env:
0 commit comments