1
0
Fork 0

fix: Try setting blank NPM_TOKEN

This commit is contained in:
Paul Jankowski 2026-07-17 11:36:56 -04:00
parent 64ca5034ae
commit 7669bacf5b
No known key found for this signature in database

View file

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