We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1cca7 commit 5d6354aCopy full SHA for 5d6354a
1 file changed
.github/workflows/run_release.yaml
@@ -105,7 +105,7 @@ jobs:
105
- name: Commit and push the result
106
id: push
107
run: |
108
- git commit -am "chore(release): Update changelog [skip ci]"
+ git commit -am "chore(release): Update changelog [skip ci]" || true
109
git push origin master || true
110
echo commitish=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
111
0 commit comments