Skip to content

Commit e00ba67

Browse files
committed
Auto merge of rust-lang#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.
2 parents 85e1214 + a1eb50e commit e00ba67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@ jobs:
244244
path: dist
245245
- run: ls -al ./dist
246246

247-
- name: Publish Release
248-
uses: ./.github/actions/github-release
249-
with:
250-
files: "dist/*"
251-
name: ${{ env.TAG }}
252-
token: ${{ secrets.GITHUB_TOKEN }}
247+
# - name: Publish Release
248+
# uses: ./.github/actions/github-release
249+
# with:
250+
# files: "dist/*"
251+
# name: ${{ env.TAG }}
252+
# token: ${{ secrets.GITHUB_TOKEN }}
253253

254254
- run: rm dist/rust-analyzer-no-server.vsix
255255

0 commit comments

Comments
 (0)