Skip to content

Commit 93e7ceb

Browse files
fix: disable OpenVSX publishing to fix release workflow
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f7b0b79 commit 93e7ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"semantic-release-vsce",
1414
{
1515
"packageVsix": true,
16-
"publishVsix": true
16+
"publishVsix": true,
17+
"publishOpenVSX": false
1718
}
1819
],
1920
[

0 commit comments

Comments
 (0)