We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd1686 commit 8ab8459Copy full SHA for 8ab8459
.github/workflows/ci.yml
@@ -70,8 +70,7 @@ jobs:
70
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
71
env:
72
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
73
- - run: yarn run lerna publish -y --create-release github --ignore-scripts
+ - run: yarn run lerna publish -y --create-release github --ignore-scripts --no-verify-access
74
75
HUSKY: 0
76
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
77
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments