Skip to content

Commit 15b5882

Browse files
committed
fix dependency in gh actions
1 parent bf140d0 commit 15b5882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- name: Run tests
2424
run: npx lerna run test --since master
2525
- name: Build packages
26-
run: npx lerna run build
26+
run: npx lerna run build:packages --since master
2727
- name: Publish packages
2828
run: npx lerna publish from-package --yes
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3131

3232
rmw-shell-demo:
3333
if: ${{ always() }}
34-
needs: [rmw-shell-template]
34+
needs: [publish_packages]
3535
runs-on: ubuntu-latest
3636
environment: prod
3737
steps:

0 commit comments

Comments
 (0)