File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 tag_name : v${{ steps.package-version.outputs.current-version }}
4343 draft : false
4444 files : postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
45- # - name: Publish to Open VSX Registry
46- # uses: HaaLeo/publish-vscode-extension@v1
47- # with:
48- # pat: ${{ secrets.OPEN_VSX_TOKEN }}
49- # extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
45+ - name : Publish to Open VSX Registry
46+ uses : HaaLeo/publish-vscode-extension@v1
47+ with :
48+ pat : ${{ secrets.OPEN_VSX_TOKEN }}
49+ extensionFile : postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
5050 - name : Publish to Visual Studio Marketplace
5151 uses : HaaLeo/publish-vscode-extension@v1
5252 with :
Original file line number Diff line number Diff line change 22 "name" : " postscript-preview" ,
33 "displayName" : " PostScript Preview" ,
44 "description" : " PostScript Preview is an extension that helps to preview EPS and PS files in Visual Studio Code." ,
5- "version" : " 0.4.4 " ,
5+ "version" : " 0.4.5 " ,
66 "icon" : " images/logo.png" ,
77 "publisher" : " ahnafnafee" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments