Skip to content

Commit 707ebbf

Browse files
committed
ci: disable vsce git-tag-version to avoid conflicts
1 parent 11601e1 commit 707ebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[
1616
"@semantic-release/exec",
1717
{
18-
"publishCmd": "npx vsce publish ${nextRelease.version}"
18+
"publishCmd": "npx vsce publish --no-git-tag-version ${nextRelease.version}"
1919
}
2020
],
2121
[

0 commit comments

Comments
 (0)