Skip to content

Commit 0475190

Browse files
committed
fix: force publish with Lerna to ensure all packages are published
1 parent 95b0a36 commit 0475190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
npm install -g node-gyp
2525
npm ci
2626
- name: Publish with Lerna
27-
run: lerna publish from-package --yes
27+
run: lerna publish from-package --yes --force-publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)