Skip to content

Commit 7944a11

Browse files
authored
do not fail if version does not change
1 parent 3638e8e commit 7944a11

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
@@ -78,5 +78,5 @@ jobs:
7878
git config user.name "github-actions[bot]"
7979
git config user.email "github-actions[bot]@users.noreply.github.com"
8080
git add ./LATEST_VERSION
81-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
81+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
8282
git push

0 commit comments

Comments
 (0)