We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a299b1d commit c435f6bCopy full SHA for c435f6b
.github/workflows/canary.yaml
@@ -53,7 +53,7 @@ jobs:
53
npm run compile
54
55
- name: Publish
56
- run: npx lerna publish --canary --yes
+ run: npx lerna publish --canary --yes --no-verify-access
57
env:
58
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59
0 commit comments