Skip to content

Commit

Permalink
fix(ci): ignore errors when deploy to open-vsx
Browse files Browse the repository at this point in the history
So at least it will deploy to vscode marketplace
  • Loading branch information
moshfeu authored Sep 21, 2024
1 parent c54edbc commit 4f027d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
continue-on-error: true
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down

0 comments on commit 4f027d0

Please sign in to comment.