Skip to content

Commit 0697930

Browse files
authored
do not fail if version does not change
1 parent a1af48c commit 0697930

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
@@ -86,5 +86,5 @@ jobs:
8686
git config user.name "github-actions[bot]"
8787
git config user.email "github-actions[bot]@users.noreply.github.com"
8888
git add ./LATEST_VERSION
89-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
89+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
9090
git push

0 commit comments

Comments
 (0)