Update publish.yml

This commit is contained in:
2026-03-10 16:21:57 -07:00
committed by GitHub
parent ebf0388815
commit 71e95e9999

View File

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