diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index f219359..635bd51 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -41,4 +41,4 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add *.json git commit -m "${{ steps.set-vars.outputs.RELEASE_NAME }}" - git push + git push || true