Skip to content

Commit 15f6b38

Browse files
committed
Allow empty changelog commits
1 parent ceb382c commit 15f6b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Commit changes
2929
run: |
3030
git add .
31-
git commit -m "v${{ env.NEW_VERSION }}"
31+
git commit --allow-empty -m "v${{ env.NEW_VERSION }}"
3232
- name: Push changes
3333
run: git push origin HEAD:main
3434
- run: npm install

0 commit comments

Comments
 (0)