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
committed by GitHub
parent bd2c6d0763
commit a6e8ec8d48

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"