From b35b246722349b5577a7321642a974bcbb2bf320 Mon Sep 17 00:00:00 2001 From: Tim Man Date: Fri, 8 Mar 2024 22:47:38 +0800 Subject: [PATCH] Update release-package.yml --- .github/workflows/release-package.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 196b4c5..af2b86a 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -40,7 +40,6 @@ jobs: continue-on-error: true run: npm publish - id: set-dist-tag-latest - needs: npm-publish-latest if: ${{steps.npm-publish-latest.outcome.failure}} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}