Skip to content

Commit bcb5a1f

Browse files
committed
Do not break on openvsx deploy
1 parent b641c97 commit bcb5a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
- name: Publish release to Open VSX Registry
182182
if: startsWith(github.ref, 'refs/tags/v')
183183
uses: HaaLeo/publish-vscode-extension@v1
184+
continue-on-error: true
184185
id: publishToOpenVSX
185186
with:
186187
packagePath: ./rascal-vscode-extension

0 commit comments

Comments
 (0)