Skip to content

Commit

Permalink
Merge pull request #14 from ahnafnafee/enable-openvsx
Browse files Browse the repository at this point in the history
Enable OpenVSX Publishing
  • Loading branch information
ahnafnafee authored Sep 24, 2024
2 parents 5d3ae72 + 90a6540 commit 3f360e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
tag_name: v${{ steps.package-version.outputs.current-version }}
draft: false
files: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
# - name: Publish to Open VSX Registry
# uses: HaaLeo/publish-vscode-extension@v1
# with:
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
# extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "postscript-preview",
"displayName": "PostScript Preview",
"description": "PostScript Preview is an extension that helps to preview EPS and PS files in Visual Studio Code.",
"version": "0.4.4",
"version": "0.4.5",
"icon": "images/logo.png",
"publisher": "ahnafnafee",
"engines": {
Expand Down

0 comments on commit 3f360e2

Please sign in to comment.