From 59c3b1ba2fdbb06a2527f04bd87c48bb39296d12 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 7 Mar 2022 10:19:42 -0800 Subject: [PATCH] Disable the open-vsx-publish job It is failing, blocked on #1085 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b084159a4c..26b1052ba22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,11 +147,13 @@ jobs: If this was an authentication problem, please make sure the \ auth token hasn't expired." + # TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085 open-vsx-publish: name: Publish to Open VSX Registry needs: build environment: publish-open-vsx runs-on: ubuntu-latest + if: 1 == 0 env: OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }} steps: