1
0
Fork 0

fix: Try blank NPM_AUTH_TOKEN

This commit is contained in:
Paul Jankowski 2026-07-17 11:46:03 -04:00
parent 7669bacf5b
commit ca37f36536
No known key found for this signature in database

View file

@ -180,6 +180,7 @@ jobs:
name: Release if needed
command: |
export NPM_TOKEN=''
export NPM_AUTH_TOKEN=''
bun run release
test_playwright:
<<: *playwright