Skip to content

Commit 63071ea

Browse files
committed
Add force-publish parameter for canary releases
1 parent 6b5a722 commit 63071ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
run: ./node_modules/.bin/lerna publish from-package --yes
4040
- name: Publish canary packages
4141
if: ${{ github.event.inputs.preid }}
42-
run: ./node_modules/.bin/lerna publish --canary --preid ${{ github.event.inputs.preid }} --dist-tag canary --yes
42+
run: ./node_modules/.bin/lerna publish --canary --force-publish=\* --preid ${{ github.event.inputs.preid }} --dist-tag canary --yes

0 commit comments

Comments
 (0)