mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Fix release
This commit is contained in:
parent
ed077b741d
commit
a0b065a296
1 changed files with 0 additions and 9 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
@ -184,15 +184,6 @@ jobs:
|
|||
asset_name: rust-analyzer-0.1.0.vsix
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
- uses: actions/upload-release-asset@v1.0.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/rust-analyzer.el
|
||||
asset_name: rust-analyzer.el
|
||||
asset_content_type: text/plain
|
||||
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
|
||||
|
|
Loading…
Reference in a new issue