Skip to content

Commit 3f360e2

Browse files
authored
Merge pull request #14 from ahnafnafee/enable-openvsx
Enable OpenVSX Publishing
2 parents 5d3ae72 + 90a6540 commit 3f360e2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)