diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7cb84e..a65c34a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,6 @@ jobs: with: fetch-depth: 0 - # - uses: pnpm/action-setup@v5 - # with: - # version: 10 - - name: Set node uses: actions/setup-node@v6 with: @@ -35,8 +31,6 @@ 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: npm install + - run: npm run build + - run: npm publish