Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12366 - rust-lang:revert-12349-universal-vsix, r=lnicola
Revert "internal: Publish universal VSIX to make VS happy"
Reverts rust-lang/rust-analyzer#12349
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dce9542431..a99894dc44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -241,6 +241,8 @@ jobs: name: ${{ env.TAG }} token: ${{ secrets.GITHUB_TOKEN }} + - run: rm dist/rust-analyzer-no-server.vsix + - run: npm ci working-directory: ./editors/code |