-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61f6c23
commit a9abad1
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages | ||
|
||
name: Publish Lowcoder Comps | ||
name: Publish Lowcoder CLI | ||
|
||
on: | ||
push: | ||
|
@@ -32,6 +32,13 @@ jobs: | |
node-version: 16 | ||
registry-url: https://registry.npmjs.org/ | ||
|
||
- name: Install dependencies | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/[email protected] | ||
with: | ||
cmd: install | ||
dir: client/packages/lowcoder-comps | ||
|
||
- name: Publish | ||
if: steps.check.outputs.changed == 'true' | ||
uses: borales/[email protected] | ||
|