Skip to content

Commit 326ba25

Browse files
committed
chore: re-enable OVSX publishing
1 parent 9e92c9f commit 326ba25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- name: Package and publish VSCode extension
108108
run: |
109109
yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }}
110+
yarn run ovsx publish -p ${{ secrets.OPEN_VSX_TOKEN }}
110111
111112
- name: Create release
112113
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)