From 08a56c716891c04d0f1666def65f3a22c7d59dc2 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Mon, 25 Apr 2022 08:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E7=BD=B2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ecd6b3..bdf7f72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,6 @@ jobs: central-deploy: name: "Deploy Project (Central Repository)" runs-on: ubuntu-latest - if: "!contains({{ env.GITHUB_REF }},'SNAPSHOT')" steps: - uses: actions/checkout@v2 - name: "Set up JDK"