Skip to content

Commit c3aed70

Browse files
committed
ci: update build step in release pipeline to handle new configuration
Also add missing package step to publish extension as an asset.
1 parent e790ba2 commit c3aed70

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ jobs:
2929
- name: "Install dependencies"
3030
run: npm ci
3131

32-
- name: "Build (ensure yaml is transpiled to json)"
33-
run: npm run build
32+
- name: "Build syntaxes, client and server. "
33+
run: npx nx run-many --target=build
34+
35+
- name: "Package extension"
36+
run: npx vsce package
3437

3538
- name: "Semantic Release"
3639
run: npx semantic-release

0 commit comments

Comments
 (0)