Skip to content

Commit

Permalink
Remove --readme-path flag from ovsx (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya authored Jun 25, 2024
1 parent 60f20f3 commit 35b5de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helper
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def cli():
logging.error(msg)
sys.exit(2)
run(f"yarn run vsce publish {pre_release_arg} --skip-duplicate --packagePath {vsix_files[0]} --readme-path docs/README.md")
run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]} --readme-path docs/README.md")
run(f"yarn run ovsx publish {pre_release_arg} --skip-duplicate {vsix_files[0]}")
sys.exit()
if opt.package:
run("rm -f ./*.vsix")
Expand Down

0 comments on commit 35b5de5

Please sign in to comment.