Skip to content

Commit 135b753

Browse files
committed
fix(ci): use --force-with-lease when pushing changelog updates
1 parent 8a9fbce commit 135b753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
fi
112112
113113
git commit -m "chore: update changelog for ${{ github.ref_name }}"
114-
git push origin "$BRANCH"
114+
git push --force-with-lease origin "$BRANCH"
115115
116116
- name: Create pull request for changelog
117117
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)