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 b87c556 commit 7f8e816Copy full SHA for 7f8e816
.github/workflows/publish-comps.yml
@@ -43,11 +43,11 @@ jobs:
43
with:
44
cmd: install
45
dir: client/packages/lowcoder-comps
46
- - name: Run tests
47
- uses: borales/actions-yarn@v4.2.0
48
- with:
49
- cmd: test
50
- dir: client/packages/lowcoder-comps
+ # - name: Run tests
+ # uses: borales/actions-yarn@v4.2.0
+ # with:
+ # cmd: test
+ # dir: client/packages/lowcoder-comps
51
# - name: Publish
52
# uses: JS-DevTools/npm-publish@v3
53
# with:
@@ -57,7 +57,7 @@ jobs:
57
- name: Publish
58
uses: borales/actions-yarn@v4.2.0
59
60
- cmd: npm publish
+ cmd: build_publish
61
62
env:
63
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments