diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 8 |
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 | ||
10 | jobs: | 10 | jobs: |
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 |