From a4ce7f1f0c291a218ff80546c3d5969f5a2f2f9b Mon Sep 17 00:00:00 2001 From: Tim Man Date: Fri, 5 Apr 2024 15:09:41 +0800 Subject: [PATCH] chore: fix mark as latest --- .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 ea8e312..f0e3b8e 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -37,7 +37,6 @@ jobs: - id: npm-publish-latest env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - continue-on-error: true run: npm publish - id: set-dist-tag-latest if: ${{steps.npm-publish-latest.outcome.failure}}