Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 49840cd

Browse files
authored
chore: fix rc publishing (#3561)
Lerna doesn't work with npm automation tokens out of the box, need to disable auth verification for the time being. Refs: lerna/lerna#2788
1 parent a153d91 commit 49840cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"publish": {
1515
"message": "chore: publish",
1616
"createRelease": "github",
17-
"conventionalCommits": true
17+
"conventionalCommits": true,
18+
"verifyAccess": false
1819
},
1920
"version": {
2021
"private": false

0 commit comments

Comments
 (0)