From d45b5eb03283f67406ca4c2a280aa468c6d6e540 Mon Sep 17 00:00:00 2001 From: zhshch2002 Date: Wed, 25 May 2022 16:56:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=87=8F=E5=B0=91GitHub=20Actions?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ada939e..26a9fab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: Build: needs: test - if: contains('{{ github.ref }}', 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - uses: actions/checkout@v3