Skip to content

Commit

Permalink
fix use of old vsce command
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeckham committed Nov 22, 2023
1 parent 9dbc63c commit 6b79e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies & publishing tools
run: |
npm install
npm install -g vsce ovsx
npm install -g @vscode/vsce ovsx
# - name: Bump version numbers
# run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm install
- run: npm run lint

- run: npm install -g vsce
- run: npm install -g @vscode/vsce
- name: Create build
run: npm run package

Expand Down

0 comments on commit 6b79e15

Please sign in to comment.