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 4c83257 commit 1884454Copy full SHA for 1884454
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build packages
36
run: npx lerna run build:packages --since master
37
- name: Publish packages
38
- run: npx lerna publish patch --yes
+ run: npx lerna publish patch --no-verify-access --yes
39
40
rmw-shell-demo:
41
if: ${{ always() }}
0 commit comments