Skip to content

Commit 74d17a7

Browse files
test lowcoder-cli pipeline
1 parent 954497f commit 74d17a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-lowcoder-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.check.outputs.changed == 'true'
4444
uses: borales/actions-yarn@v4.2.0
4545
with:
46-
cmd: npm publish
46+
cmd: publish
4747
dir: client/packages/lowcoder-cli
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

client/packages/lowcoder-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raheel-lc-cli",
33
"description": "CLI tool used to start build publish lowcoder components",
4-
"version": "0.0.28",
4+
"version": "0.0.29",
55
"license": "MIT",
66
"bin": "./index.js",
77
"type": "module",

0 commit comments

Comments
 (0)