From d218bf45f0f7afe5fbfb516227a0a4cff7dbfb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:32:49 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=94=B9=E5=8F=91=E5=B8=83=20NP?= =?UTF-8?q?M=20=E7=9A=84=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-npm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 536885c9..7d216982 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -1,8 +1,9 @@ name: Publish to NPM on: - release: - types: [created] + push: + tags: + - 'v*' jobs: publish-npm: