Skip to content

Commit

Permalink
fix: Replace newlines in release caption with spaces (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashs056 committed Jul 28, 2024
1 parent 1012399 commit 7267ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ 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"' 🚢 Please, test the release candidate before we ship it.'
curl -F "chat_id=-1001647280565" \
-F "document=@app/build/outputs/apk/demo/app-demo.apk" \
Expand Down

0 comments on commit 7267ea8

Please sign in to comment.