Skip to content

Commit

Permalink
ci: forgot to install vsce globally
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Jun 10, 2024
1 parent 8ebf8fc commit 7b153cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
node-version: 20
- run: npm install
- name: Install vsce
run: npm install -g @vscode/vsce
- name: Publish
if: success()
run: vsce publish patch -p ${{ secrets.VSCE_PAT }}
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@
"path": "./themes/kanagawa-wave-color-theme.json"
}
]
},
"devDependencies": {
"@vscode/vsce": "^2.27.0"
}
}

0 comments on commit 7b153cf

Please sign in to comment.