Skip to content

Commit 98132c4

Browse files
committed
update publish scripts
1 parent 371b854 commit 98132c4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-vscode.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
working-directory: packages/vscode
4545
run: |
4646
pnpm run package ${{ github.event.inputs.release_type }}
47-
git push
4847
- name: Publish to VSCode Marketplace
4948
working-directory: packages/vscode
5049
run: pnpm run publish:vsce

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
},
5858
"scripts": {
5959
"package": "vsce package -o taiga-theme.vsix",
60-
"publish:ovsx": "ovsx publish taiga-theme.vsix",
61-
"publish:vsce": "vsce publish taiga-theme.vsix"
60+
"publish:ovsx": "ovsx publish -i taiga-theme.vsix",
61+
"publish:vsce": "vsce publish -i taiga-theme.vsix"
6262
},
6363
"devDependencies": {
6464
"@vscode/vsce": "^3.6.2",

0 commit comments

Comments
 (0)