From 04e21c35c746dd2bf19860c13a576f92c743939b Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 02:50:12 +0200 Subject: [PATCH] chore: enable npm publish on release ci --- .github/workflows/release.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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