Skip to content

Commit

Permalink
ci: publish to open vsx registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 20, 2023
1 parent feac94b commit 94f185b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ jobs:
- name: Publish extension to Visual Studio Marketplace
run: pnpm exec vsce publish --packagePath biome.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish extension to Open VSX Registry
run: pnpm exec ovsx publish --packagePath biome.vsix
env:
VSCE_PAT: ${{ secrets.OVSX_PAT }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"esbuild": "^0.19.2",
"git-cliff": "^1.4.0",
"lefthook": "^1.5.2",
"ovsx": "^0.8.3",
"typescript": "^5.1.6"
},
"dependencies": {
Expand Down
40 changes: 40 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94f185b

Please sign in to comment.