about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-23 05:58:48 +0000
committerbors <bors@rust-lang.org>2024-09-23 05:58:48 +0000
commite00ba67dfbc6de5e39e02fc8049fce58c84f353d (patch)
tree5b0b6c8cde2ac197dd25b2810f211eaf3faa0bfb /src
parent85e12146bacec41657dd7dbcffc61c8fbd3d80c0 (diff)
parenta1eb50e52767387cf35ae6fcada7c7a7def32b3f (diff)
downloadrust-e00ba67dfbc6de5e39e02fc8049fce58c84f353d.tar.gz
rust-e00ba67dfbc6de5e39e02fc8049fce58c84f353d.zip
Auto merge of #18169 - lnicola:disable-gh-releases, r=lnicola
internal: Disable GitHub releases for now

These are currently throwing `Error: HttpError: Resource not accessible by integration` because of the organization change, let's disable them for today's release.
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml12
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