Skip to content

Commit

Permalink
update TWEET_TEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Dec 6, 2024
1 parent 3e14ef5 commit a3e8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tweet-on-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
RELEASE_TAG="${{ github.event.release.tag_name }}"
REPO_NAME="${{ github.repository }}"
TWEET_TEXT=$(printf "🎉 New Release for **${REPO_NAME}**!\n\n🚀 Version: ${RELEASE_NAME}\n\n🔗 Check it out: https://github.com/${REPO_NAME}/releases/tag/${RELEASE_TAG}")
TWEET_TEXT=$(printf "🎉 New Release for ${REPO_NAME}!\n\n🔖 Version: ${RELEASE_NAME}\n\n🔗 Check it out: https://github.com/${REPO_NAME}/releases/tag/${RELEASE_TAG}")
echo "Tweeting content:"
echo "${TWEET_TEXT}"
Expand Down

0 comments on commit a3e8297

Please sign in to comment.