Skip to content

Commit ae7fbe1

Browse files
authored
chore: publish all vsix packages (#272)
Update publish workflow to publish all VSIX packages to both VSCE and Open VSX registries by specifying the package path and reusing the VSCE token CI: - Add --packagePath flag to ovsx publish command to include all VSIX packages
1 parent 6fcb0ff commit ae7fbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +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 }}
110+
yarn run ovsx publish --packagePath $(find . -iname *.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
111111
112112
- name: Create release
113113
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)