From adc4e58d9d0824776351cd2022f83f9997e75012 Mon Sep 17 00:00:00 2001 From: andywang425 <56548456+andywang425@users.noreply.github.com> Date: Sun, 14 Jul 2024 22:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 80619f6..eedde3a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,5 +38,5 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]@users.noreply.github.com" git add dist/* - git diff --staged --quiet || git commit -m "🔧 Automated build: v${{ steps.package_version.outputs.version }}" + git diff --quiet && git diff --staged --quiet || git commit -m "🔧 Automated build: v${{ steps.package_version.outputs.version }}" git push