aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-11 10:23:04 +0000
committerAleksey Kladov <[email protected]>2020-02-11 10:23:04 +0000
commita0b065a296f24e55828ea41fab4f69a5fa006526 (patch)
treea651077012805fe2e45ac89f46fdaa255162826c /.github
parented077b741dc96a61adaf85ab02b5ef7aef8b0260 (diff)
Fix release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b4c42d0b7..7313c50a0 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -184,15 +184,6 @@ jobs:
184 asset_name: rust-analyzer-0.1.0.vsix 184 asset_name: rust-analyzer-0.1.0.vsix
185 asset_content_type: application/octet-stream 185 asset_content_type: application/octet-stream
186 186
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
196 - run: npm ci 187 - run: npm ci
197 working-directory: ./editors/code 188 working-directory: ./editors/code
198 189