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 2828 - uses : actions/setup-node@v3
2929 with :
3030 node-version : ' 14'
31- cache : ' yarn'
3231
3332 - name : Publish Extension
3433 shell : bash
3736 if [[ "${{ steps.check-tag.outputs.rc }}" == "true" ]]; then
3837 args="--pre-release"
3938 fi
40- yarn install --frozen-lockfile
41- yarn package $args
39+ npx vsce package -o jsona-syntax.vsix $args
4240 npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath jsona-syntax.vsix $args
4341
4442 - name : Publish Release
Original file line number Diff line number Diff line change 1414 "type" : " git" ,
1515 "url" : " https://github.com/jsona/vscode-jsona-syntax"
1616 },
17- "scripts" : {
18- "package" : " vsce package -o jsona-syntax.vsix"
19- },
2017 "keywords" : [
2118 " jsona" ,
2219 " syntax" ,
You can’t perform that action at this time.
0 commit comments