From 2bed7becb7fa6116feae4be0b3e4b22fccca6536 Mon Sep 17 00:00:00 2001 From: Iliyan Germanov Date: Sun, 7 Jul 2024 23:40:33 +0300 Subject: [PATCH] Update internal_release.yml --- .github/workflows/internal_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/internal_release.yml b/.github/workflows/internal_release.yml index 5069d55e98..7e969ea53a 100644 --- a/.github/workflows/internal_release.yml +++ b/.github/workflows/internal_release.yml @@ -183,10 +183,10 @@ jobs: run: | RELEASE_TAG=${{ env.TAG_NAME }} RELEASE_URL="https://github.com/${GITHUB_REPOSITORY}/releases/tag/${RELEASE_TAG}" - CAPTION=$'šŸš€ Ivy Wallet '"$RELEASE_TAG"$' release\n\nCheck it out here: '"$RELEASE_URL"'\n\nšŸš¢ Please, test the release candidate before we ship it.' + CAPTION=$'šŸš€ Ivy Wallet '"$RELEASE_TAG"$' release\n\nCheck it out here: '"$RELEASE_URL"' \n\nšŸš¢ Please, test the release candidate before we ship it.' curl -F "chat_id=-1001647280565" \ -F "document=@app/build/outputs/apk/demo/app-demo.apk" \ -F "reply_to_message_id=16118" \ -F "caption=$CAPTION" \ - https://api.telegram.org/bot${{ secrets.BOTFATHER_TELEGRAM_BOT_TOKEN }}/sendDocument \ No newline at end of file + https://api.telegram.org/bot${{ secrets.BOTFATHER_TELEGRAM_BOT_TOKEN }}/sendDocument