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 86d8636 commit bec58e4Copy full SHA for bec58e4
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
run: |
56
- npx lerna publish --yes --canary --dist-tag=alpha.${GITHUB_SHA:0:6} --preid=alpha.${GITHUB_SHA:0:6}
+ npx lerna publish --loglevel=verbose --yes --canary --dist-tag=alpha.${GITHUB_SHA:0:6} --preid=alpha.${GITHUB_SHA:0:6}
57
58
- name: Publish
59
# Only publish the non-alpha version on main
0 commit comments