mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Fix nightly release
This commit is contained in:
parent
cc7f18d8ea
commit
41ba0cef46
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
- release
|
||||
|
||||
jobs:
|
||||
build-server:
|
||||
dist:
|
||||
name: build-server
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
@ -60,10 +60,10 @@ jobs:
|
|||
name: dist-${{ matrix.os }}
|
||||
path: ./dist
|
||||
|
||||
make-release:
|
||||
name: make-release
|
||||
publish:
|
||||
name: publish
|
||||
runs-on: ubuntu-latest
|
||||
needs: ['build-server', 'build-clients']
|
||||
needs: ['dist']
|
||||
steps:
|
||||
- name: Install Nodejs
|
||||
uses: actions/setup-node@v1
|
||||
|
|
Loading…
Reference in a new issue