Skip to content

Commit

Permalink
ci: Do not fail with no changes in changelog (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Jul 30, 2024
1 parent 2a1cca7 commit 5d6354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Commit and push the result
id: push
run: |
git commit -am "chore(release): Update changelog [skip ci]"
git commit -am "chore(release): Update changelog [skip ci]" || true
git push origin master || true
echo commitish=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit 5d6354a

Please sign in to comment.