Skip to content

Commit f0caca4

Browse files
author
lucien martijn
committed
ci: disable publishing to marketplace
1 parent cb0e1ff commit f0caca4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

publish.release.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module.exports = {
33
plugins: [
44
'@semantic-release/commit-analyzer',
55
'@semantic-release/release-notes-generator',
6-
[
7-
'semantic-release-vsce',
8-
{
9-
packageVsix: false,
10-
publishPackagePath: '*/*.vsix',
11-
},
12-
],
6+
// [
7+
// 'semantic-release-vsce',
8+
// {
9+
// packageVsix: false,
10+
// publishPackagePath: '*/*.vsix',
11+
// },
12+
// ],
1313
[
1414
'@semantic-release/github',
1515
{

0 commit comments

Comments
 (0)