Skip to content

Commit

Permalink
feat: publish to openvsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Paraskos committed Aug 6, 2023
1 parent 72e194f commit 2c75b59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish to OpenVSX
if: steps.semantic.outputs.new_release_published == 'true'
run: |
npx ovsx publish
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 comments on commit 2c75b59

Please sign in to comment.