Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli authored Nov 27, 2024
1 parent 824c1d0 commit ca080f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md for ${{ github.ref }}"
- name: Configure Git pull strategy
run: git config pull.rebase false

- name: Pull latest changes
run: git pull origin update-changelog

Expand Down

0 comments on commit ca080f8

Please sign in to comment.