We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7f397 commit 234df51Copy full SHA for 234df51
1 file changed
.github/workflows/main.yml
@@ -15,13 +15,10 @@ jobs:
15
node-version: "14"
16
17
- name: Install
18
- run: npm install -g vsce && npm install
+ run: yarn
19
20
- - name: Build
21
- run: npm ci
22
-
23
- - name: Prepublish
24
- run: npm run vscode:prepublish
+ - name: Build & Prepublish
+ run: yarn vscode:prepublish
25
26
- name: Deploy to marketplace
27
- run: vsce publish -p ${{ secrets.VS_TOKEN }}
+ run: $(yarn bin)/vsce publish -p ${{ secrets.VS_TOKEN }}
0 commit comments