Skip to content

Commit 73209e5

Browse files
committed
chore: add --no-verify-access to lerna publish
lerna/lerna#2788 (comment)
1 parent 34d9304 commit 73209e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
if: ${{ steps.release.outputs.releases_created }}
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
40-
run: npx lerna publish from-package --no-push --no-private --yes
40+
run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes

0 commit comments

Comments
 (0)