Skip to content

Commit

Permalink
ci(release): force changes in changelog commit (#44)
Browse files Browse the repository at this point in the history
samikachai authored Dec 17, 2024
1 parent 5f191c5 commit cbaa33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ jobs:
git pull origin update-changelog
git add --all
git commit -m "chore: update changelog for $GITHUB_REF"
git push origin update-changelog
git push origin update-changelog --force
- name: Create a Pull Request to update the changelog file
uses: peter-evans/create-pull-request@v5

0 comments on commit cbaa33f

Please sign in to comment.