Skip to content

Commit 0a54ff1

Browse files
authored
Merge pull request #740 from jpogran/publish-openvsx
publish openvsx
2 parents fe353b6 + 891dc00 commit 0a54ff1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ jobs:
6363
shell: pwsh
6464
run: |
6565
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

Comments
 (0)