diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 784c294c..cc032934 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -56,13 +56,3 @@ jobs: tag_name: v${{ steps.version.outputs.version }} release_name: Release ${{ steps.version.outputs.version }} body_path: ./CHANGELOG.md - - - name: Publish package - if: ${{ steps.commit.outcome == 'success' }} - run: | - pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} - pnpm publish - - - name: sync npmmirror - if: ${{ steps.commit.outcome == 'success' }} - run: curl -X PUT 'https://registry-direct.npmmirror.com/@AIsouler/GKD_subscription/sync'