We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0075dfe commit 08db279Copy full SHA for 08db279
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,6 @@ jobs:
12
node-version: '20'
13
registry-url: 'https://registry.npmjs.org'
14
- run: yarn --frozen-lockfile
15
- - run: yarn lerna publish from-git -y
+ - run: yarn lerna publish from-git -y --no-verify-access
16
env:
17
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments