Skip to content

Commit 06c2cb4

Browse files
committed
ci: update release.yaml
1 parent eeaa2a2 commit 06c2cb4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- uses: actions/setup-node@v3
2929
with:
3030
node-version: '14'
31-
cache: 'yarn'
3231

3332
- name: Publish Extension
3433
shell: bash
@@ -37,8 +36,7 @@ jobs:
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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
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",

0 commit comments

Comments
 (0)