Skip to content

Commit 2d83c72

Browse files
committed
ci: 💚 Change vscode publish extension
1 parent 85a7f9c commit 2d83c72

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ on:
33
tags:
44
- "*"
55

6-
name: Deploy Extension
6+
name: "Release Vscode Plugin"
7+
78
jobs:
8-
deploy:
9+
npmInstall:
10+
name: npm install
911
runs-on: ubuntu-latest
1012
steps:
1113
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v1
13-
with:
14-
node-version: 13
15-
- name: Publish to Visual Studio Marketplace
16-
uses: HaaLeo/publish-vscode-extension@v0
14+
- name: Vscode release plugin
15+
uses: JCofman/vscodeaction@v2.0.1
16+
env:
17+
VS_MARKETPLACE_TOKEN: ${{ secrets.VS_MARKETPLACE_TOKEN }}
1718
with:
18-
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
19-
registryUrl: https://marketplace.visualstudio.com
19+
args: publish -p $VS_MARKETPLACE_TOKEN

0 commit comments

Comments
 (0)