From 6cac2ea27636ef5001b771c9330c75360fa48284 Mon Sep 17 00:00:00 2001 From: Hebi Li Date: Tue, 31 Oct 2023 15:51:40 -0700 Subject: [PATCH] do not trigger npm publish on tags --- .github/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5ece9972..fbd6a80c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,9 +1,9 @@ name: Build and Publish -on: - push: - tags: - - "v*.*.*" +# on: +# push: +# tags: +# - "v*.*.*" jobs: build-and-publish: