Skip to content

Commit 59c3b1b

Browse files
committed
Disable the open-vsx-publish job
It is failing, blocked on #1085
1 parent 5575d41 commit 59c3b1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,13 @@ jobs:
147147
If this was an authentication problem, please make sure the \
148148
auth token hasn't expired."
149149
150+
# TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085
150151
open-vsx-publish:
151152
name: Publish to Open VSX Registry
152153
needs: build
153154
environment: publish-open-vsx
154155
runs-on: ubuntu-latest
156+
if: 1 == 0
155157
env:
156158
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
157159
steps:

0 commit comments

Comments
 (0)