Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 798e01c

Browse files
committed
chore(release): 3.20.0 [skip ci]
1 parent df26d5a commit 798e01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
npm ci
3838
npm install -g @vscode/vsce ovsx
39+
- name: Compile VSIX
40+
run: npm run build
3941
- name: Publish VSCE Marketplace
4042
run: vsce publish --pat ${{ secrets.VSCE_PAT }} -i $(ls -all | grep "lightningflowscanner" | awk '{print $9}')
4143
- name: Publish OpenVSX Registry

0 commit comments

Comments
 (0)