Skip to content

Commit c435f6b

Browse files
authored
chore: no verify access on publish (#1913)
1 parent a299b1d commit c435f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/canary.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
npm run compile
5454
5555
- name: Publish
56-
run: npx lerna publish --canary --yes
56+
run: npx lerna publish --canary --yes --no-verify-access
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5959

0 commit comments

Comments
 (0)