1
0
Fork 0

Foolproof release script

master
Philip O'Toole 9 months ago
parent e5603cbe1c
commit 2d1fbb4d5c

@ -125,6 +125,10 @@ def main():
else:
print("Please enter the release string and release-specific notes again.\n")
if os.getenv("GOBIN"):
print("GOBIN is set, which will prevent cross-compilation. Please unset it and try again.")
exit(1)
token = get_github_token()
try:

Loading…
Cancel
Save