We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63750bf commit 2c3df18Copy full SHA for 2c3df18
.github/workflows/CD.yml
@@ -85,6 +85,8 @@ jobs:
85
fi
86
- run: yarn
87
if: env.NEED_RELEASE == 'yes'
88
+ - run: npm install -g vsce
89
+ if: env.NEED_RELEASE == 'yes'
90
- name: mini changelog
91
92
id: minichangelog
@@ -137,5 +139,4 @@ jobs:
137
139
- name: Vscode release plugin
138
140
141
run: |
- # npm install -g vsce
- npx vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
142
+ vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
0 commit comments