Thanks to visit codestin.com Credit goes to github.com
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 74d17a7 commit 41470f0Copy full SHA for 41470f0
‎.github/workflows/publish-lowcoder-cli.yml
@@ -38,12 +38,18 @@ jobs:
38
with:
39
cmd: install
40
dir: client/packages/lowcoder-cli
41
-
42
- - name: Publish
+
+ - name: Publish package to NPM
43
if: steps.check.outputs.changed == 'true'
44
- uses: borales/[email protected]
45
- with:
46
- cmd: publish
47
- dir: client/packages/lowcoder-cli
+ run: npm publish
+ working-directory: client/packages/lowcoder-cli
48
env:
49
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ # - name: Publish
+ # if: steps.check.outputs.changed == 'true'
50
+ # uses: borales/[email protected]
51
+ # with:
52
+ # cmd: publish
53
+ # dir: client/packages/lowcoder-cli
54
+ # env:
55
+ # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments