File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/setup-node@v3
29
29
with :
30
30
node-version : ' 14'
31
- cache : ' yarn'
32
31
33
32
- name : Publish Extension
34
33
shell : bash
37
36
if [[ "${{ steps.check-tag.outputs.rc }}" == "true" ]]; then
38
37
args="--pre-release"
39
38
fi
40
- yarn install --frozen-lockfile
41
- yarn package $args
39
+ npx vsce package -o jsona-syntax.vsix $args
42
40
npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath jsona-syntax.vsix $args
43
41
44
42
- name : Publish Release
Original file line number Diff line number Diff line change 14
14
"type" : " git" ,
15
15
"url" : " https://github.com/jsona/vscode-jsona-syntax"
16
16
},
17
- "scripts" : {
18
- "package" : " vsce package -o jsona-syntax.vsix"
19
- },
20
17
"keywords" : [
21
18
" jsona" ,
22
19
" syntax" ,
You can’t perform that action at this time.
0 commit comments