Commit git cliff to the proper branch (#228)

This commit is contained in:
Gabisonfire
2024-11-15 08:16:24 -05:00
committed by GitHub
parent 6dfbaa4739
commit 16d8707c48

View File

@@ -31,4 +31,4 @@ jobs:
git checkout -b feat/changelog_$(date +"%d_%m")
git add CHANGELOG.md
git commit -m "[skip ci] Update changelog"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git ${{ github.ref }}
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git origin feat/changelog_$(date +"%d_%m")