Skip to content

Commit

Permalink
update: post_releases_to_telegram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Jan 20, 2025
1 parent 5b9bab2 commit df588a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post_releases_to_telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
to: ${{ secrets.APP_CHANNEL_ID_FOR_TG_BOT }}
token: ${{ secrets.TG_BOT_KEY }}
message: |
${{ env.VERSION_NAME }} is live on the GitHub and Play Store. This is a major release with a lot of new features and improvements, so make sure to read the changelogs. 🚀
${{ env.VERSION_NAME }} is live on the GitHub and Play Store.
Read the changelogs here: https://github.com/${{ github.repository }}/releases/tag/${{ env.TAG }}
# - name: Send First APK to Telegram
# uses: appleboy/telegram-action@master
Expand Down

0 comments on commit df588a4

Please sign in to comment.