Skip to content

Commit f75ee93

Browse files
authored
Push releases to OpenVSX repository along with VSCode marketplace (#243)
* Push releases to OpenVSX repository along with VSCode marketplace * Update package-lock
1 parent ec503ae commit f75ee93

File tree

3 files changed

+148
-61
lines changed

3 files changed

+148
-61
lines changed

.github/workflows/auto-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
- name: publish to VSCode Marketplace
3535
if: steps.check.outputs.changed == 'true'
36-
# The token will be expired in on 01/10/2022. Regenerate it at
36+
# The token will expire. Regenerate it at:
3737
# https://llvm-vs-code-extensions.visualstudio.com/_usersSettings/tokens.
3838
run: npm run publish -- -p "${{ secrets.VSCODE_MARKETPLACE_TOKEN }}"
39+
- name: publish to OpenVSX
40+
if: steps.check.outputs.changed == 'true'
41+
# The token will expire. Regenerate it at:
42+
# https://open-vsx.org/user-settings/tokens
43+
run: npm run publish-openvsx -- -p "${{ secrets.OPENVSX_TOKEN }}"

0 commit comments

Comments
 (0)