Skip to content

Commit

Permalink
Do not break on openvsx deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Nov 15, 2024
1 parent b641c97 commit bcb5a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
- name: Publish release to Open VSX Registry
if: startsWith(github.ref, 'refs/tags/v')
uses: HaaLeo/publish-vscode-extension@v1
continue-on-error: true
id: publishToOpenVSX
with:
packagePath: ./rascal-vscode-extension
Expand Down

0 comments on commit bcb5a1f

Please sign in to comment.