Skip to content

Commit 2c3df18

Browse files
committed
install global vsce
1 parent 63750bf commit 2c3df18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
fi
8686
- run: yarn
8787
if: env.NEED_RELEASE == 'yes'
88+
- run: npm install -g vsce
89+
if: env.NEED_RELEASE == 'yes'
8890
- name: mini changelog
8991
if: env.NEED_RELEASE == 'yes'
9092
id: minichangelog
@@ -137,5 +139,4 @@ jobs:
137139
- name: Vscode release plugin
138140
if: env.NEED_RELEASE == 'yes'
139141
run: |
140-
# npm install -g vsce
141-
npx vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
142+
vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}

0 commit comments

Comments
 (0)