Update release.yml
This commit is contained in:
parent
44786a3252
commit
83d85ac324
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -26,19 +26,20 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
|
||||||
node-version: 14
|
|
||||||
- run: cd bundle
|
|
||||||
- run: npm install
|
|
||||||
- run: npm i caxa
|
|
||||||
env:
|
env:
|
||||||
MONGOMS_VERSION: 4.4.3
|
MONGOMS_VERSION: 4.4.3
|
||||||
- run: npm run build
|
with:
|
||||||
- run: ${{ matrix.build }}
|
node-version: 14
|
||||||
|
- run: |
|
||||||
|
cd bundle
|
||||||
|
npm install
|
||||||
|
npm i caxa
|
||||||
|
npm run build
|
||||||
|
${{ matrix.build }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.artifact }}
|
name: ${{ matrix.artifact }}
|
||||||
path: ${{ matrix.artifact }}
|
path: bundle/${{ matrix.artifact }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: [insiders-build]
|
needs: [insiders-build]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user