chore: Get NPM OIDC token before publishing (#2924)
This commit is contained in:
parent
2ea665e9af
commit
0a1730e1f2
1 changed files with 3 additions and 1 deletions
|
|
@ -178,7 +178,9 @@ jobs:
|
|||
git config --global user.name "algolia-bot"
|
||||
- run:
|
||||
name: Release if needed
|
||||
command: bun run release
|
||||
command: |
|
||||
export NPM_ID_TOKEN=$(circleci run oidc get --claims '{"aud": "npm:registry.npmjs.org"}')
|
||||
bun run release
|
||||
test_playwright:
|
||||
<<: *playwright
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue