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