From 77b430bd015ad904334a28f06d6c9292ba8976e7 Mon Sep 17 00:00:00 2001 From: Tim Man Date: Fri, 5 Apr 2024 15:10:54 +0800 Subject: [PATCH] chore: fix mark as latest (#93) --- .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}}