Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jan 4, 2024
1 parent 2626241 commit 5771735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
if os.fstat(file_obj.fileno()).st_size == 0:
raise RuntimeError(f'can not attach empty file {asset}')

print(f'Check for release {release["name"]}')
print(f'Check for release')
created, release = create_release(token=token, repo=repo,
tag=version, commit_hash=commit,
exclusive=exclusive, prerelease=prerelease)
Expand Down

0 comments on commit 5771735

Please sign in to comment.