Allow workflow to force branch push.

This commit is contained in:
LamGC 2023-08-01 18:58:31 +08:00 committed by GitHub
parent a680cfd095
commit ef6b491570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,4 +29,5 @@ jobs:
with: with:
commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }} commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }}
commit_options: '--no-verify' commit_options: '--no-verify'
push_options: '--force'
file_pattern: LATEST_VERSION file_pattern: LATEST_VERSION