Skip to content

Commit

Permalink
Publish to open vsx (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 3, 2024
1 parent d607174 commit af3c8b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
- name: Setup NPM
run: |
npm install
npm install -g vsce
npm install -g vsce ovsx
npm run compile
- name: Publish
if: success()
run: vsce publish
run: |
vsce publish
ovsx publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 comments on commit af3c8b9

Please sign in to comment.