mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
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.
This commit is contained in:
commit
1301e4268f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue