Update npm-publish.yml

This commit is contained in:
2025-08-20 00:00:51 -07:00
committed by GitHub
parent fe718f8333
commit 332511a4a7

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 }}