Skip to content

Commit c21a1f7

Browse files
authored
Add debugging step
1 parent 1d22d39 commit c21a1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_latest_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
event = json.load(event_file)
4646
tag = event["release"]["tag_name"]
4747
48+
print(dict(os.environ))
4849
assert tag.count("-") == 1, f"Invalid tag format: {tag}. Expected format: <module_name>-<version>"
4950
module_name, module_version = tag.split("-")
5051
with open(os.getenv("GITHUB_OUTPUT"), "a", encoding="utf-8") as output_file:

0 commit comments

Comments
 (0)