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 }}