File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,28 @@ jobs:
36
36
with :
37
37
node-version : 16
38
38
registry-url : https://registry.npmjs.org/
39
- # Use this GitHub Action
40
- - name : Check package version
41
- uses : technote-space/package-version-check-action@v1
42
- with :
43
- COMMIT_DISABLED : 1
44
39
# - run: cat .npmrc
45
40
- run : echo ${{ secrets }}
46
41
- name : Install dependencies
47
42
uses : borales/actions-yarn@v4.2.0
48
43
with :
49
44
cmd : install
50
45
dir : client/packages/lowcoder-comps
51
- - name : Publish
46
+ - name : Run tests
52
47
uses : borales/actions-yarn@v4.2.0
48
+ with :
49
+ cmd : test
50
+ dir : client/packages/lowcoder-comps
51
+ - name : Publish
52
+ uses : JS-DevTools/npm-publish@v3
53
53
with :
54
54
cmd : build_publish
55
55
dir : client/packages/lowcoder-comps
56
- env :
57
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
56
+ token : ${{ secrets.NPM_TOKEN }}
57
+ # - name: Publish
58
+ # uses: borales/actions-yarn@v4.2.0
59
+ # with:
60
+ # cmd: build_publish
61
+ # dir: client/packages/lowcoder-comps
62
+ # env:
63
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments