From a1eb50e52767387cf35ae6fcada7c7a7def32b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 23 Sep 2024 08:56:27 +0300 Subject: [PATCH] Disable GitHub releases for now --- .../rust-analyzer/.github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index e11d6e15d105..8dc733fc8ed2 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -244,12 +244,12 @@ jobs: path: dist - run: ls -al ./dist - - name: Publish Release - uses: ./.github/actions/github-release - with: - files: "dist/*" - name: ${{ env.TAG }} - token: ${{ secrets.GITHUB_TOKEN }} + # - name: Publish Release + # uses: ./.github/actions/github-release + # with: + # files: "dist/*" + # name: ${{ env.TAG }} + # token: ${{ secrets.GITHUB_TOKEN }} - run: rm dist/rust-analyzer-no-server.vsix