Loading .github/workflows/publish.yml +5 −3 Original line number Diff line number Diff line Loading @@ -21,11 +21,13 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 version: 9.5.0 run_install: true - run: pnpm run build - run: pnpm recursive publish --access public - run: | npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}" pnpm recursive publish --access public --no-git-checks env: NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true .github/workflows/pull_request.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 9 version: 9.5.0 run_install: true - run: pnpm run build Loading .github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 version: 9.5.0 run_install: true - run: pnpm run build Loading Loading
.github/workflows/publish.yml +5 −3 Original line number Diff line number Diff line Loading @@ -21,11 +21,13 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 version: 9.5.0 run_install: true - run: pnpm run build - run: pnpm recursive publish --access public - run: | npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}" pnpm recursive publish --access public --no-git-checks env: NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true
.github/workflows/pull_request.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 9 version: 9.5.0 run_install: true - run: pnpm run build Loading
.github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 version: 9.5.0 run_install: true - run: pnpm run build Loading