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 61f6c23 commit a9abad1Copy full SHA for a9abad1
.github/workflows/publish-lowcoder-cli.yml
@@ -1,7 +1,7 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
4
-name: Publish Lowcoder Comps
+name: Publish Lowcoder CLI
5
6
on:
7
push:
@@ -32,6 +32,13 @@ jobs:
32
node-version: 16
33
registry-url: https://registry.npmjs.org/
34
35
+ - name: Install dependencies
36
+ if: steps.check.outputs.changed == 'true'
37
+ uses: borales/actions-yarn@v4.2.0
38
+ with:
39
+ cmd: install
40
+ dir: client/packages/lowcoder-comps
41
+
42
- name: Publish
43
if: steps.check.outputs.changed == 'true'
44
uses: borales/actions-yarn@v4.2.0
0 commit comments