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 3e436b6 commit cad193dCopy full SHA for cad193d
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: yarn run build
29
30
- name: Publish packages
31
- run: npx lerna publish from-package --yes
+ run: npx lerna publish from-package --no-verify-access --yes
32
env:
33
GH_TOKEN: ${{ secrets.GH_TOKEN }}
34
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments