Skip to content

Commit 1301e42

Browse files
committed
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.
2 parents 00037c1 + aed88d3 commit 1301e42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
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)