Skip to content

Commit dd40888

Browse files
authored
do not fail if version does not change
1 parent 761e1be commit dd40888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ jobs:
120120
git config user.name "github-actions[bot]"
121121
git config user.email "github-actions[bot]@users.noreply.github.com"
122122
git add ./LATEST_VERSION
123-
git commit -m 'bump `LATEST_VERSION` [skip ci]'
123+
git commit --allow-empty -m 'bump `LATEST_VERSION` [skip ci]'
124124
git push

0 commit comments

Comments
 (0)