Skip to content

Commit

Permalink
Merge pull request #24 from DopplerHQ/rgharris/ovsx
Browse files Browse the repository at this point in the history
Publish to OVSX via Github Actions
  • Loading branch information
rgharris authored Jun 26, 2023
2 parents fdccd19 + 8b8d960 commit af6c442
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 295 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ jobs:
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish to OVSX Marketplace
if: steps.tag.outputs.exists == 'false'
run: npm run publish-ovsx
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}
Loading

0 comments on commit af6c442

Please sign in to comment.