Skip to content

Commit

Permalink
ci Add vsce install
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbaunwall committed Jun 15, 2024
1 parent 93d97b9 commit df7d201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
git tag "build-${{ github.run_number }}"
git push --tags
- name: Install vsce
run: npm install @vscode/vsce

- name: Build vsix
run: npm run vscode:prepublish && vsce package
working-directory: ./dsl/dlang
Expand Down

0 comments on commit df7d201

Please sign in to comment.