Skip to content

Commit 8ab8459

Browse files
fix: lerna publish (#612)
1 parent 7cd1686 commit 8ab8459

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
7171
env:
7272
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
73-
- run: yarn run lerna publish -y --create-release github --ignore-scripts
73+
- run: yarn run lerna publish -y --create-release github --ignore-scripts --no-verify-access
7474
env:
7575
HUSKY: 0
76-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
7776
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)