diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-09-23 08:56:27 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-09-23 08:56:27 +0300 |
| commit | a1eb50e52767387cf35ae6fcada7c7a7def32b3f (patch) | |
| tree | 5b0b6c8cde2ac197dd25b2810f211eaf3faa0bfb | |
| parent | 85e12146bacec41657dd7dbcffc61c8fbd3d80c0 (diff) | |
| download | rust-a1eb50e52767387cf35ae6fcada7c7a7def32b3f.tar.gz rust-a1eb50e52767387cf35ae6fcada7c7a7def32b3f.zip | |
Disable GitHub releases for now
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 12 |
1 files 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 e11d6e15d10..8dc733fc8ed 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 |
