Skip to content

Commit 50aa315

Browse files
committed
Put OpenVSX back, but *after* MS (for the next time the token expires)
1 parent 874248a commit 50aa315

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
yarn: true
3232
packagePath: apps/vscode
3333

34+
- name: Publish to Open VSX Registry
35+
uses: HaaLeo/publish-vscode-extension@v2
36+
with:
37+
pat: ${{ secrets.OPEN_VSX_TOKEN }}
38+
yarn: true
39+
packagePath: apps/vscode
40+
3441
- name: Get version of VS Code extension to publish
3542
id: extension-version
3643
uses: 'euberdeveloper/ga-project-version@main'

0 commit comments

Comments
 (0)