Skip to content

Commit

Permalink
Auto merge of #18169 - lnicola:disable-gh-releases, r=lnicola
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Sep 23, 2024
2 parents 85e1214 + a1eb50e commit e00ba67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tools/rust-analyzer/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e00ba67

Please sign in to comment.