From 5fa13f74cb56b59ba7d1c1c9977b1788d02d2470 Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:54:05 +0800 Subject: [PATCH] ignore working tree clean --- .github/workflows/version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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