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