diff options
| author | bors <bors@rust-lang.org> | 2022-05-22 18:16:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-05-22 18:16:57 +0000 |
| commit | 84be2eaf99c1c057b401f755f92d22d5896900f2 (patch) | |
| tree | 4133bb69dda3931290464c218475124cff12b86a | |
| parent | 4b0f9c588d70a119e5646bdea8a9e33909e79c57 (diff) | |
| parent | f50afe1b39f9a896196cc19464f9b87b4e136fda (diff) | |
| download | rust-84be2eaf99c1c057b401f755f92d22d5896900f2.tar.gz rust-84be2eaf99c1c057b401f755f92d22d5896900f2.zip | |
Auto merge of #12349 - lnicola:universal-vsix, r=lnicola
internal: Publish universal VSIX to make VS happy
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a99894dc446..dce95424311 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -241,8 +241,6 @@ jobs: name: ${{ env.TAG }} token: ${{ secrets.GITHUB_TOKEN }} - - run: rm dist/rust-analyzer-no-server.vsix - - run: npm ci working-directory: ./editors/code |
