From 0ab4a5f90b4cf5f151fd9af0a1d455117ef189ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 23 May 2022 23:45:46 +0300 Subject: [PATCH] Revert "internal: Publish universal VSIX to make VS happy" --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 126c9dea662..865f4c95f8a 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