Unnamed repository; edit this file 'description' to name the repository.
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 a99894dc44..dce9542431 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 |