Skip to content

Commit 29dfbf8

Browse files
committed
make sure to build all packages
1 parent 8dd0444 commit 29dfbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Run tests
3535
run: npx lerna run test:e2e --since master
3636
- name: Build packages
37-
run: npx lerna run build:package --since master
37+
run: npx lerna run build:package
3838
- name: Publish packages
39-
run: npx lerna publish patch --no-verify-access --yes
39+
run: npx lerna publish patch --yes
4040

4141
rmw-shell-demo:
4242
if: ${{ always() }}

0 commit comments

Comments
 (0)