fix: Force push git changelogs

We need to use force push to update skipping the default branch
protection rules.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2023-03-02 13:11:17 +01:00
parent 5e3e8e6b95
commit 75eec8dec7
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -49,6 +49,7 @@ jobs:
with:
branch: ${{ github.event.pull_request.base.ref }}
commit_message: "chore: update version"
push_options: --force
- name: "Checkout updated branch"
uses: actions/checkout@v3