diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index 20f8a07..c23c37e 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -29,4 +29,5 @@ jobs: with: commit_message: Update LATEST_VERSION to ${{ steps.latest-version.outputs.version }} commit_options: '--no-verify' - file_pattern: LATEST_VERSION \ No newline at end of file + push_options: '--force' + file_pattern: LATEST_VERSION