Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: issues with the publish script
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed May 29, 2024
1 parent 2a98861 commit 539b375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ def run(args=sys.argv):
mike(["set-default", "--push", "latest"])
else:
if prerelease:
mike(["deploy", "--push", "--update-aliases", version])
mike(["deploy", "--push", version])
else:
mike(["deploy", "--push", "--update-aliases", version, "latest"])

0 comments on commit 539b375

Please sign in to comment.