Skip to content

Commit

Permalink
test lowcoder-cli pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jan 5, 2024
1 parent 61f6c23 commit a9abad1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-lowcoder-cli.yml
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:
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit a9abad1

Please sign in to comment.