Unnamed repository; edit this file 'description' to name the repository.
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.
bors 2024-09-23
parent 00037c1 · parent aed88d3 · commit 1301e42
-rw-r--r--.github/workflows/release.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e11d6e15d1..8dc733fc8e 100644
--- a/.github/workflows/release.yaml
+++ b/.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