Skip to content

Commit

Permalink
chore: Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Exeteres committed Dec 7, 2021
1 parent 2d3314c commit 19c41b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build-examples": "tstl",
"release": "lerna version --conventional-commits --create-release github",
"publish-packages": "lerna publish from-git -y"
"publish-packages": "lerna publish from-git -y --no-verify-access"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 19c41b7

Please sign in to comment.