Disable the open-vsx-publish job

It is failing, blocked on #1085
This commit is contained in:
Andrew Eisenberg 2022-03-07 10:19:42 -08:00
Родитель 5575d4142c
Коммит 59c3b1ba2f
1 изменённых файлов: 2 добавлений и 0 удалений

2
.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: