From 33efeb91e9851829d1c6d51443da63fbc2afe5a5 Mon Sep 17 00:00:00 2001 From: Black-Hole1 Date: Wed, 25 Oct 2023 21:11:42 +0800 Subject: [PATCH] fix(ci): pnpm publish failed --- .github/workflows/release.yml | 2 +- .github/workflows/test-service.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3e3306..28c34dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,6 @@ jobs: - name: Publish run: | - pnpm publish --access public + pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/test-service.yml b/.github/workflows/test-service.yml index 85667fe..ce81ba5 100644 --- a/.github/workflows/test-service.yml +++ b/.github/workflows/test-service.yml @@ -1,7 +1,5 @@ name: Test Service on: - push: - branches: [ main ] pull_request: branches: [ main ]