Skip to content

Commit 2cdaa4d

Browse files
authored
do not fail if version does not change
1 parent a8cbb51 commit 2cdaa4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
git config user.name "github-actions[bot]"
9292
git config user.email "github-actions[bot]@users.noreply.github.com"
9393
git add ./LATEST_VERSION
94-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
94+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
9595
git push

0 commit comments

Comments
 (0)