diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b30d20..ee23c31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,3 +57,6 @@ jobs: # Optional. Skip internal call to `git fetch` skip_fetch: true + + # PliBot is allowed to force-push, bypassing the branch protections + push_options: --force