Unnamed repository; edit this file 'description' to name the repository.
Publish no-server to Code Marketplace and OpenVSX
fix https://github.com/rust-lang/rust-analyzer/issues/18578
I believe it won't break anything.
| -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 28914118de..8fe07ce975 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -264,8 +264,6 @@ jobs: name: ${{ env.TAG }} token: ${{ secrets.GITHUB_TOKEN }} - - run: rm dist/rust-analyzer-no-server.vsix - - run: npm ci working-directory: ./editors/code |