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 811d958 commit 2c4459aCopy full SHA for 2c4459a
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
npx lerna run test
35
36
- name: Publish package to npm
37
- run: npx lerna publish from-package --yes --exact
+ run: npx lerna publish from-package --yes --exact --no-verify-access
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40
0 commit comments