Skip to content

Commit 78287e6

Browse files
author
Jan Galek
committed
[Fix] twitter post github workflow
1 parent 93bc469 commit 78287e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
5252
tweet_text = f"🚀 New version of {os.getenv('GITHUB_REF_NAME')} just released! 🎉\n\n{os.getenv('GITHUB_SERVER_URL')}/{os.getenv('GITHUB_REPOSITORY')}/releases/latest"
5353
54-
response = api.update_status(text=tweet_text)
54+
response = api.update_status(tweet_text)
5555
print(f"Tweet odeslán: {response}")
5656
EOF

0 commit comments

Comments
 (0)