There was an error while loading. Please reload this page.
1 parent c2ad879 commit 169dfb5Copy full SHA for 169dfb5
1 file changed
.github/workflows/changelog.yml
@@ -33,5 +33,4 @@ jobs:
33
git config --local user.name github-actions
34
git config --local user.email github-actions@github.com
35
git add changelog.md
36
- git commit -m "🖉 Update changelog with ${GITHUB_REF#refs/*/}"
37
- git push
+ (git commit -m "🖉 Update changelog with ${GITHUB_REF#refs/*/}" && git push) || echo "Done"
0 commit comments