diff --git a/.github/workflows/propose-release.yml b/.github/workflows/propose-release.yml index 1ba7f43e7..8b897072c 100644 --- a/.github/workflows/propose-release.yml +++ b/.github/workflows/propose-release.yml @@ -26,4 +26,4 @@ jobs: extra-commands-early: | echo ${{ inputs.version }} > .version-determinate git add .version-determinate - git commit -m "Set .version-determinate to ${{ inputs.version }}" + git commit -m "Set .version-determinate to ${{ inputs.version }}" || true