ci: remove npm auth token to allow trusted publisher (#2975)

This commit is contained in:
Weston Pace
2026-02-04 07:28:42 -08:00
parent ec3e18ecf7
commit 9fa38e1c42

View File

@@ -348,7 +348,6 @@ jobs:
run: find npm
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.LANCEDB_NPM_REGISTRY_TOKEN }}
DRY_RUN: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
ARGS="--access public"