Update npm-publish.yml

This commit is contained in:
2025-06-05 06:49:38 -07:00
committed by GitHub
parent 115eb71138
commit 5a7de0cc0f

View File

@@ -10,7 +10,6 @@ jobs:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- run: npm ci || npm install
- run: npm run bundle
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}