We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371b854 commit 98132c4Copy full SHA for 98132c4
.github/workflows/release-vscode.yml
@@ -44,7 +44,6 @@ jobs:
44
working-directory: packages/vscode
45
run: |
46
pnpm run package ${{ github.event.inputs.release_type }}
47
- git push
48
- name: Publish to VSCode Marketplace
49
50
run: pnpm run publish:vsce
packages/vscode/package.json
@@ -57,8 +57,8 @@
57
},
58
"scripts": {
59
"package": "vsce package -o taiga-theme.vsix",
60
- "publish:ovsx": "ovsx publish taiga-theme.vsix",
61
- "publish:vsce": "vsce publish taiga-theme.vsix"
+ "publish:ovsx": "ovsx publish -i taiga-theme.vsix",
+ "publish:vsce": "vsce publish -i taiga-theme.vsix"
62
63
"devDependencies": {
64
"@vscode/vsce": "^3.6.2",
0 commit comments