Skip to content

Commit

Permalink
Add publishing to OpenVSX Registry in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Nov 22, 2024
1 parent 3c38832 commit 6222220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ jobs:
done
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish to OpenVSX Registry
run: npx ovsx publish $(find . -iname *.vsix) -p ${{ secrets.OPEN_VSX_DEVDB_TOKEN }}

0 comments on commit 6222220

Please sign in to comment.