mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-16 06:42:53 +00:00
chore: add publish engine actions
This commit is contained in:
parent
546b22d8c8
commit
6dfe8ef223
6
.github/workflows/publish engine.yml
vendored
6
.github/workflows/publish engine.yml
vendored
@ -4,8 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
# branches:
|
# branches:
|
||||||
# - 'release/[0-9]+.[0-9]+.[0-9]+-beta'
|
# - 'release/[0-9]+.[0-9]+.[0-9]+-beta'
|
||||||
paths:
|
# paths:
|
||||||
- 'packages/**'
|
# - 'packages/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-engine:
|
publish-engine:
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: cd docs && npm install
|
- run: npm install && npm run setup
|
||||||
- run: |
|
- run: |
|
||||||
npm run build
|
npm run build
|
||||||
- run: npm run pub:prerelease
|
- run: npm run pub:prerelease
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user