fix: Try setting blank NPM_TOKEN
This commit is contained in:
parent
64ca5034ae
commit
7669bacf5b
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ jobs:
|
|||
- run:
|
||||
name: Release if needed
|
||||
command: |
|
||||
export NPM_TOKEN=''
|
||||
bun run release
|
||||
test_playwright:
|
||||
<<: *playwright
|
||||
|
|
|
|||
Loading…
Reference in a new issue