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:
132
132
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
133
133
jq '.enableProposedApi = false' package.json > "$tmp" && mv "$tmp" package.json
134
134
npm install
135
- npm i -g vsce
135
+ npm i -g vsce ovsx
136
136
git push
137
137
- name : Upload Release Asset
138
138
id : upload-release-asset
@@ -145,6 +145,8 @@ jobs:
145
145
asset_path : ./dist/package.vsix
146
146
asset_name : ${{ steps.set-version.outputs.name }}.vsix
147
147
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 }}
150
152
You can’t perform that action at this time.
0 commit comments