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 436efbb commit 0c8915cCopy full SHA for 0c8915c
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
run: yarn run build
29
30
- name: Publish packages
31
- run: yarn lerna publish from-package --yes
+ run: yarn 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