Skip to content

Commit 893d9fd

Browse files
test workflow
1 parent a987f29 commit 893d9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-comps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Publish
5252
uses: JS-DevTools/npm-publish@v3
5353
with:
54-
cmd: build_publish
55-
dir: client/packages/lowcoder-comps
54+
# cmd: build_publish
55+
package: client/packages/lowcoder-comps
5656
token: ${{ secrets.NPM_TOKEN }}
5757
# - name: Publish
5858
# uses: borales/actions-yarn@v4.2.0

0 commit comments

Comments
 (0)