Skip to content

Commit

Permalink
Install @vscode/vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Oct 26, 2023
1 parent 8a74214 commit ee1f7dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,20 @@ jobs:
with:
node-version: 18

- name: Cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci

- name: Install vsce
run: npm install --global @vscode/vsce

- name: Publish
run: make compile_and_package && make publish
env:
Expand Down

0 comments on commit ee1f7dc

Please sign in to comment.