Skip to content

Commit b1785f8

Browse files
authored
do not fail when version does not change
1 parent 572511b commit b1785f8

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
@@ -81,7 +81,7 @@ jobs:
8181
git config user.name "github-actions[bot]"
8282
git config user.email "github-actions[bot]@users.noreply.github.com"
8383
git add ./LATEST_VERSION
84-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
84+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
8585
git push
8686
8787
soar-nest:

0 commit comments

Comments
 (0)