Skip to content

Commit

Permalink
make sure to build all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent 8dd0444 commit 29dfbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Run tests
run: npx lerna run test:e2e --since master
- name: Build packages
run: npx lerna run build:package --since master
run: npx lerna run build:package
- name: Publish packages
run: npx lerna publish patch --no-verify-access --yes
run: npx lerna publish patch --yes

rmw-shell-demo:
if: ${{ always() }}
Expand Down

0 comments on commit 29dfbf8

Please sign in to comment.