Skip to content

Commit

Permalink
chore: Publish to vsce and ovsx from action (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo authored Jul 1, 2024
1 parent 2906bbd commit 48c6474
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ jobs:
asset_path: ./artifacts/phpactor.vsix
asset_name: phpactor.vsix
asset_content_type: application/octet-stream
- name: Publish to Visual Studio Marketplace
run: npx vsce publish --packagePath ./artifacts/phpactor.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish to Open VSX Registry
run: npx ovsx publish --packagePath ./artifacts/phpactor.vsix
env:
OVSX_PAT: ${{ secrets.OVSX_PAT }}
96 changes: 96 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"eslint-plugin-jsdoc": "^48.0.0",
"glob": "^10.0.0",
"mocha": "^10.1.0",
"ovsx": "^0.9.1",
"prettier": "3.3.2",
"rimraf": "~5.0.0",
"source-map-support": "^0.5.12",
Expand Down

0 comments on commit 48c6474

Please sign in to comment.