Skip to content

Commit

Permalink
Log tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Mar 8, 2024
1 parent 596410d commit df4c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.sh
Expand Up @@ -17,7 +17,7 @@ changes = subprocess.getoutput(f"{diff_cmd} | {filter_cmd} | wc -l")
if int(changes) >= 1:
print("There are changes to push:\n")
print(changes)
print()
print('...\n')
subprocess.run(['git', 'push', 'origin', 'main'], check=True)

has_latest = subprocess.run(['gh', 'release', 'list'], capture_output=True, text=True)
Expand Down

0 comments on commit df4c13d

Please sign in to comment.