From 816b6fba88c90d01bfa69f94c4a0cf1581ff4269 Mon Sep 17 00:00:00 2001 From: lalilu <1248393538@qq.com> Date: Tue, 4 Oct 2022 12:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_daily_update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/android_daily_update.yml b/.github/workflows/android_daily_update.yml index e171813c..6caef2af 100644 --- a/.github/workflows/android_daily_update.yml +++ b/.github/workflows/android_daily_update.yml @@ -54,10 +54,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: "contains(github.event.head_commit.message, '#release')" + if: startsWith(github.ref, 'refs/tags/') with: - tag_name: Beta Release files: | ${{ github.workspace }}/app/build/outputs/apk/release/*.apk ${{ github.workspace }}/app/build/outputs/apk/debug/*.apk -