diff --git a/.github/workflows/build_cli.yml b/.github/workflows/build_cli.yml index af9b80ee6..ca4977a1c 100644 --- a/.github/workflows/build_cli.yml +++ b/.github/workflows/build_cli.yml @@ -14,7 +14,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - + - name: Use Node.js uses: actions/setup-node@v4 with: @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish to NPM - run: pnpm publish + run: pnpm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true