Skip to content

Commit

Permalink
Merge pull request #63 from khawkins/openvsx_publish
Browse files Browse the repository at this point in the history
Additionally publish to Open VSX
  • Loading branch information
khawkins authored Mar 22, 2024
2 parents cd0e746 + 4b3c49d commit edd9831
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "salesforcedx-vscode-mobile",
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"version": "0.2.0",
"version": "0.3.0-beta1",
"publisher": "salesforce",
"engines": {
"vscode": "^1.77.0",
Expand Down 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 edd9831

Please sign in to comment.