Skip to content

Commit

Permalink
Additionally publish to Open VSX
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins committed Mar 21, 2024
1 parent cd0e746 commit 154a5f5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,7 @@ jobs:
- name: Publish to VSCode Marketplace
env:
VSCE_PERSONAL_ACCESS_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
OPEN_VSX_PERSONAL_ACCESS_TOKEN: ${{ secrets.OPEN_VSX_PERSONAL_ACCESS_TOKEN }}
run: |
npx vsce publish -p ${{ env.VSCE_PERSONAL_ACCESS_TOKEN }} --packagePath ${{ steps.get_package_name.outputs.result }}
npx ovsx publish ${{ steps.get_package_name.outputs.result }} -p ${{ env.OPEN_VSX_PERSONAL_ACCESS_TOKEN }}
60 changes: 60 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"sinon": "^17.0.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"ovsx": "^0.8.4"
},
"dependencies": {
"@salesforce/core": "^5.3.12",
Expand Down

0 comments on commit 154a5f5

Please sign in to comment.