Skip to content

Commit 9200b5d

Browse files
committed
ci: try to fix release workflow
1 parent 7eada15 commit 9200b5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
node-version: '22'
3838

39+
- name: Install vsce
40+
run: npm install vsce -g
41+
3942
- name: Build groovy-language-server
4043
run: yarn run build-server
4144

0 commit comments

Comments
 (0)