Skip to content

Commit 08db279

Browse files
committed
Update lerna publish to avoid npm classic token deprec
1 parent 0075dfe commit 08db279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
node-version: '20'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: yarn --frozen-lockfile
15-
- run: yarn lerna publish from-git -y
15+
- run: yarn lerna publish from-git -y --no-verify-access
1616
env:
1717
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)