Skip to content

Commit

Permalink
Force publish all (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu authored Jun 27, 2024
1 parent 4de7b4d commit e4b8494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Publish packages
run: |
yarn lerna:publish:canary --yes
yarn lerna:publish:canary --yes --force-publish
2 changes: 1 addition & 1 deletion .github/workflows/production-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Publish packages
run: |
yarn lerna:publish --yes
yarn lerna:publish --yes --force-publish
- name: Synchronize lerna version bump commit with develop branch
run: |
Expand Down

0 comments on commit e4b8494

Please sign in to comment.