Skip to content

Commit 725d6cf

Browse files
authored
do not fail if version does not change
1 parent 6eff27a commit 725d6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
git config user.name "github-actions[bot]"
8585
git config user.email "github-actions[bot]@users.noreply.github.com"
8686
git add ./LATEST_VERSION
87-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
87+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
8888
git push

0 commit comments

Comments
 (0)