Skip to content

Commit

Permalink
add warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingru923 committed Apr 22, 2024
1 parent 606fff3 commit 531e835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/github-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ def main():
if __name__ == "__main__":
if current_git_branch().startswith("v20"):
main()
else:
print("Branch doesn't start with 'v20', no release made.")

0 comments on commit 531e835

Please sign in to comment.