From 576fc5c4111c093d2519beee3b2a55d5bb5b5557 Mon Sep 17 00:00:00 2001 From: warm <290631660@qq.com> Date: Thu, 31 Oct 2024 23:11:13 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9github=20Actions?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56edcb02..e5a59816 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Publish package to the Maven Central Repository on: push: - branches: - - dev tags: [ "*" ] jobs: publish: