Skip to content

Commit

Permalink
add debug log to GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Aug 7, 2023
1 parent a0405ab commit 2303824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/evaluate_release_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def should_build_docs(tag: Version) -> bool:
elif tag.major == previous_major and tag > previous_major_latest_version:
print(f"Tag {tag} is higher than the latest version for the previous major. Docs should be built.")
need_to_build_docs = True
else:
print(f"Tag {tag} is not the latest version. Docs should not be built.")

return need_to_build_docs

Expand Down

0 comments on commit 2303824

Please sign in to comment.