Skip to content

Commit 35b5de5

Browse files
authored
Remove --readme-path flag from ovsx (#1406)
1 parent 60f20f3 commit 35b5de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/helper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def cli():
6464
logging.error(msg)
6565
sys.exit(2)
6666
run(f"yarn run vsce publish {pre_release_arg} --skip-duplicate --packagePath {vsix_files[0]} --readme-path docs/README.md")
67-
run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]} --readme-path docs/README.md")
67+
run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]}")
6868
sys.exit()
6969
if opt.package:
7070
run("rm -f ./*.vsix")

0 commit comments

Comments
 (0)