Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Nov 11, 2024
1 parent 1e9bd2e commit bd83d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ jobs:
- run: pnpm i --frozen-lockfile
- run: npm run package

- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VSCE_PAT }}
registryUrl: https://marketplace.visualstudio.com
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vscode-mise",
"displayName": "mise",
"displayName": "Mise",
"publisher": "hverlin",
"description": "VSCode extension for mise (formerly rtx) - Runtime Manager",
"description": "VSCode extension for mise (manged dev tools, tasks and environment variables)",
"version": "0.0.1",
"engines": {
"vscode": "^1.85.0"
Expand Down

0 comments on commit bd83d83

Please sign in to comment.