From 49fa094eb27f4791db7d156d51f1896fd41e10a6 Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:02:53 +0800 Subject: [PATCH] commit --- .github/workflows/version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 635bd51..ac69818 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -40,5 +40,5 @@ jobs: git config --local user.name "github-actions[bot]" 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 || true + git commit -m "${{ steps.set-vars.outputs.RELEASE_NAME }}" || true + git push