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 29ab6d7 commit 9cb2e22Copy full SHA for 9cb2e22
.github/workflows/publish.yml
@@ -53,7 +53,7 @@ jobs:
53
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
54
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_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