feat(node): Explicitly set registry url when publishing package (#324)

This commit is contained in:
gsilvestrin
2023-07-18 08:55:56 -07:00
committed by GitHub
parent a86bc05131
commit b45ac4608f

View File

@@ -161,6 +161,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.LANCEDB_NPM_REGISTRY_TOKEN }}