We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e2d18d + 59c3b1b commit af53a02Copy full SHA for af53a02
1 file changed
.github/workflows/release.yml
@@ -147,11 +147,13 @@ jobs:
147
If this was an authentication problem, please make sure the \
148
auth token hasn't expired."
149
150
+ # TODO This job is currently broken and is blocked on https://github.com/github/vscode-codeql/issues/1085
151
open-vsx-publish:
152
name: Publish to Open VSX Registry
153
needs: build
154
environment: publish-open-vsx
155
runs-on: ubuntu-latest
156
+ if: 1 == 0
157
env:
158
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
159
steps:
0 commit comments