Skip to content

Commit 47ed7f7

Browse files
author
Erick Friis
authored
infra: fix release prerelease deps bug (#24323)
1 parent 80e7cd6 commit 47ed7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check_prerelease_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
toml_file = sys.argv[1]
77

88
# read toml file
9-
with open(toml_path, "rb") as file:
9+
with open(toml_file, "rb") as file:
1010
toml_data = tomllib.load(file)
1111

1212
# see if we're releasing an rc

0 commit comments

Comments
 (0)