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.
2 parents fe353b6 + 891dc00 commit 0a54ff1Copy full SHA for 0a54ff1
.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