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 6b5a722 commit 63071eaCopy full SHA for 63071ea
.github/workflows/publish-packages.yml
@@ -39,4 +39,4 @@ jobs:
39
run: ./node_modules/.bin/lerna publish from-package --yes
40
- name: Publish canary packages
41
if: ${{ github.event.inputs.preid }}
42
- run: ./node_modules/.bin/lerna publish --canary --preid ${{ github.event.inputs.preid }} --dist-tag canary --yes
+ run: ./node_modules/.bin/lerna publish --canary --force-publish=\* --preid ${{ github.event.inputs.preid }} --dist-tag canary --yes
0 commit comments