aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-05 09:29:43 +0000
committerAleksey Kladov <[email protected]>2020-03-05 09:29:43 +0000
commit41ba0cef466f31589619770cf27135302a22aca9 (patch)
treee9372942b1760105dd5bd7213fd612c41b960df3 /.github/workflows/release.yaml
parentcc7f18d8eae0fe76c8bb16eab9ac82dd0e4b33ec (diff)
Fix nightly release
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4ce5a2e6f..34442db56 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -8,7 +8,7 @@ on:
8 - release 8 - release
9 9
10jobs: 10jobs:
11 build-server: 11 dist:
12 name: build-server 12 name: build-server
13 runs-on: ${{ matrix.os }} 13 runs-on: ${{ matrix.os }}
14 strategy: 14 strategy:
@@ -60,10 +60,10 @@ jobs:
60 name: dist-${{ matrix.os }} 60 name: dist-${{ matrix.os }}
61 path: ./dist 61 path: ./dist
62 62
63 make-release: 63 publish:
64 name: make-release 64 name: publish
65 runs-on: ubuntu-latest 65 runs-on: ubuntu-latest
66 needs: ['build-server', 'build-clients'] 66 needs: ['dist']
67 steps: 67 steps:
68 - name: Install Nodejs 68 - name: Install Nodejs
69 uses: actions/setup-node@v1 69 uses: actions/setup-node@v1