Update npm-publish.yml

This commit is contained in:
Derek.H 2024-10-21 19:28:10 +08:00 committed by GitHub
parent 346e22e086
commit d542402aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}