Skip to content

Commit

Permalink
@vscode/vsce instead of deprecated vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahend1 committed Nov 29, 2024
1 parent 75f2624 commit 884cf05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.2.2

- name: Install vsce and open vsx
- name: Install vsce and open vsx
run: |
npm install -g vsce
npm install -g @vscode/vsce
npm install -g ovsx
- name: yarn
Expand Down

0 comments on commit 884cf05

Please sign in to comment.