Skip to content

Commit 5d6354a

Browse files
authored
ci: Do not fail with no changes in changelog (#381)
1 parent 2a1cca7 commit 5d6354a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Commit and push the result
106106
id: push
107107
run: |
108-
git commit -am "chore(release): Update changelog [skip ci]"
108+
git commit -am "chore(release): Update changelog [skip ci]" || true
109109
git push origin master || true
110110
echo commitish=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
111111

0 commit comments

Comments
 (0)