Skip to content

Commit db53f1d

Browse files
committed
chore: Allow empty commit for prep release
1 parent d9ee02c commit db53f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-js-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
6262
git switch -c "${{ steps.source.outputs.release_branch }}"
6363
git add -A
64-
git commit -m "chore: Prepare changelog"
64+
git commit --allow-empty -m "chore: Prepare changelog"
6565
git push origin HEAD:refs/heads/${{ steps.source.outputs.release_branch }}
6666
- name: Create release PR
6767
env:

0 commit comments

Comments
 (0)