chore: enable npm publish on release ci

This commit is contained in:
ayo 2026-04-03 02:50:12 +02:00
parent ee9affabaa
commit 04e21c35c7

View file

@ -21,10 +21,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
# - uses: pnpm/action-setup@v5
# with:
# version: 10
- name: Set node - name: Set node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
@ -35,8 +31,6 @@ jobs:
env: env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# - run: pnpm install - run: npm install
# - run: pnpm build - run: npm run build
# - run: npm publish --ignore-scripts --provenance --access public - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}