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 9e92c9f commit 326ba25Copy full SHA for 326ba25
.github/workflows/publish.yml
@@ -107,6 +107,7 @@ jobs:
107
- name: Package and publish VSCode extension
108
run: |
109
yarn run vsce publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.VSCE_TOKEN }}
110
+ yarn run ovsx publish -p ${{ secrets.OPEN_VSX_TOKEN }}
111
112
- name: Create release
113
uses: ncipollo/release-action@v1
0 commit comments