Fix build error in npm.yml (#776)

This commit is contained in:
Allan Niles 2024-02-13 08:44:19 -07:00 committed by GitHub
parent 2cce5430ae
commit 43d151b8d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,8 @@ jobs:
with: with:
node-version: '20.x' node-version: '20.x'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm ci - run: npm ci
- run: npm publish - run: npm publish --access public
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}