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 47de431 commit 891dc00Copy full SHA for 891dc00
.github/workflows/release.yml
@@ -63,3 +63,9 @@ jobs:
63
shell: pwsh
64
run: |
65
vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath ./puppet-vscode-${{ steps.vsce.outputs.version }}.vsix
66
+
67
+ - name: Publish Extension to OpenVSX
68
+ id: publish-release-asset-openvsx
69
+ shell: pwsh
70
+ run: |
71
+ npx ovsx publish ./puppet-vscode-${{ steps.vsce.outputs.version }}.vsix -p ${{ secrets.OPENVSX_TOKEN }}
0 commit comments