pull tags before publishing
This commit is contained in:
@@ -388,6 +388,9 @@ def main() -> None:
|
|||||||
|
|
||||||
check_prerequisites()
|
check_prerequisites()
|
||||||
|
|
||||||
|
print("Fetching tags from remote...")
|
||||||
|
run(["git", "fetch", "--tags"])
|
||||||
|
|
||||||
latest = get_latest_tag()
|
latest = get_latest_tag()
|
||||||
|
|
||||||
# Determine version
|
# Determine version
|
||||||
|
|||||||
Reference in New Issue
Block a user