From 13e9a0c3bac61fd72aeb63bd842b132e3d3fdc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 02:06:38 +0000 Subject: [PATCH] remove npm publish --- .github/workflows/release-and-update-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index 4e8515a..de8403f 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -84,4 +84,4 @@ jobs: if: ${{ env.RELEASE_VERSION != '' }} run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }} - name: publish the update - run: git push --follow-tags origin main && npm publish \ No newline at end of file + run: git push --follow-tags \ No newline at end of file