Skip to content

Commit b62af78

Browse files
Make sure that absent commit doesn't cause workflow failure (#143)
1 parent 4bfb4b9 commit b62af78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ runs:
126126
git add "$HEADER_FILE"
127127
fi
128128
129-
git commit -m '[AUTO][RELEASE]: Update version numbers'
129+
git commit -m '[AUTO][RELEASE]: Update version numbers' || true
130130
131131
- name: Push release preparation branch
132132
shell: bash

0 commit comments

Comments
 (0)