We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f35b56 commit 0e5a94dCopy full SHA for 0e5a94d
scripts/release.py
@@ -34,5 +34,5 @@ def main(token, tag_name, file_names):
34
token = os.getenv("GITHUB_TOKEN")
35
tag_name = sys.argv[1]
36
file_name = sys.argv[2:]
37
- print("Deploying release for tag " + tag_name + " and " + file_name)
+ print("Deploying release for tag " + tag_name + " and " + str(file_name))
38
main(token, tag_name, file_name)
0 commit comments