We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec968e4 commit 6e13d8aCopy full SHA for 6e13d8a
1 file changed
.github/workflows/release.yml
@@ -99,11 +99,13 @@ jobs:
99
draft: false
100
files: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
101
- name: Publish to Open VSX Registry
102
+ if: env.OVSX_EXISTS == 'false'
103
uses: HaaLeo/publish-vscode-extension@v1
104
with:
105
pat: ${{ secrets.OPEN_VSX_TOKEN }}
106
extensionFile: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
107
- name: Publish to Visual Studio Marketplace
108
+ if: env.VS_EXISTS == 'false'
109
110
111
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
0 commit comments