Skip to content

Commit

Permalink
Commit git cliff to the proper branch (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabisonfire authored Nov 15, 2024
1 parent 6dfbaa4 commit 16d8707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git_cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 16d8707

Please sign in to comment.