Skip to content

Commit a0b065a

Browse files
committed
Fix release
1 parent ed077b7 commit a0b065a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@ jobs:
184184
asset_name: rust-analyzer-0.1.0.vsix
185185
asset_content_type: application/octet-stream
186186

187-
- uses: actions/[email protected]
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-
196187
- run: npm ci
197188
working-directory: ./editors/code
198189

0 commit comments

Comments
 (0)