From 8b8d3ea2a0faac6de3ddc09a7483abe2037f173e Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 02:34:28 +0200 Subject: [PATCH] chore: disable pnpm & npm publish on ci --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c51f00..a7cb84e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,9 +21,9 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v5 - with: - version: 10 + # - uses: pnpm/action-setup@v5 + # with: + # version: 10 - name: Set node uses: actions/setup-node@v6 @@ -35,8 +35,8 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - run: pnpm install - - run: pnpm build - - run: npm publish --ignore-scripts --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - run: pnpm install + # - run: pnpm build + # - run: npm publish --ignore-scripts --provenance --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}