We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf140d0 commit 15b5882Copy full SHA for 15b5882
.github/workflows/publish.yml
@@ -23,15 +23,15 @@ jobs:
23
- name: Run tests
24
run: npx lerna run test --since master
25
- name: Build packages
26
- run: npx lerna run build
+ run: npx lerna run build:packages --since master
27
- name: Publish packages
28
run: npx lerna publish from-package --yes
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
32
rmw-shell-demo:
33
if: ${{ always() }}
34
- needs: [rmw-shell-template]
+ needs: [publish_packages]
35
runs-on: ubuntu-latest
36
environment: prod
37
steps:
0 commit comments