Skip to content

Commit cb5c0bb

Browse files
Fix deployment script
1 parent 174e92b commit cb5c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm ci
2222

2323
- name: Build VSIX
24-
run: npx vsce package
24+
run: npm run package
2525

2626
- name: Upload artifact
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)