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 ec503ae commit f75ee93Copy full SHA for f75ee93
.github/workflows/auto-release.yml
@@ -33,6 +33,11 @@ jobs:
33
token: ${{ secrets.GITHUB_TOKEN }}
34
- name: publish to VSCode Marketplace
35
if: steps.check.outputs.changed == 'true'
36
- # The token will be expired in on 01/10/2022. Regenerate it at
+ # The token will expire. Regenerate it at:
37
# https://llvm-vs-code-extensions.visualstudio.com/_usersSettings/tokens.
38
run: npm run publish -- -p "${{ secrets.VSCODE_MARKETPLACE_TOKEN }}"
39
+ - name: publish to OpenVSX
40
+ if: steps.check.outputs.changed == 'true'
41
42
+ # https://open-vsx.org/user-settings/tokens
43
+ run: npm run publish-openvsx -- -p "${{ secrets.OPENVSX_TOKEN }}"
0 commit comments