We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed077b7 commit a0b065aCopy full SHA for a0b065a
.github/workflows/release.yaml
@@ -184,15 +184,6 @@ jobs:
184
asset_name: rust-analyzer-0.1.0.vsix
185
asset_content_type: application/octet-stream
186
187
- - uses: actions/upload-release-asset@v1.0.1
188
- env:
189
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
190
- with:
191
- upload_url: ${{ steps.create_release.outputs.upload_url }}
192
- asset_path: ./dist/rust-analyzer.el
193
- asset_name: rust-analyzer.el
194
- asset_content_type: text/plain
195
-
196
- run: npm ci
197
working-directory: ./editors/code
198
0 commit comments