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

Commit

Permalink
fix: publish logs
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 Jun 3, 2024
1 parent 33aea21 commit 2d442e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def run(args=sys.argv):
)

if prerelease:
logger.info("deploying prerelease")
logger.info(f"deploying prerelease of {version}")
mike(["deploy", "--push", version])
else:
logger.info("deploying prerelease")
logger.info(f"deploying release of {version}")
mike(["deploy", "--push", "--update-aliases", version, "latest"])

0 comments on commit 2d442e2

Please sign in to comment.