File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
133133 jq '.enableProposedApi = false' package.json > "$tmp" && mv "$tmp" package.json
134134 npm install
135- npm i -g vsce
135+ npm i -g vsce ovsx
136136 git push
137137 - name : Upload Release Asset
138138 id : upload-release-asset
@@ -145,6 +145,8 @@ jobs:
145145 asset_path : ./dist/package.vsix
146146 asset_name : ${{ steps.set-version.outputs.name }}.vsix
147147 asset_content_type : application/zip
148- - name : Publish to Marketplace
149- run : vsce publish -p ${{ secrets.VSCE_TOKEN }}
148+ - name : Publish to Marketplaces
149+ run : |
150+ vsce publish -p ${{ secrets.VSCE_TOKEN }}
151+ ovsx publish --pat ${{ secrets.OVSX_TOKEN }}
150152
You can’t perform that action at this time.
0 commit comments