Skip to content

Commit

Permalink
💚 : Fix discord notification
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPLukaas committed May 30, 2024
1 parent 6ac8316 commit 26bc077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ workflows:
# Publish the notification
curl -H "Content-Type: multipart/form-data" \
-F 'payload_json={"username" : "codemagic-bot", "content": "**Commit:** `'"$COMMIT"'`\n\n**Commit message:** '"$COMMIT_MESSAGE"'\n\n**Branch:** '"$CM_BRANCH"'\n\n**Author:** '"$AUTHOR"'\n\n**Artifacts: **\n\n'"$APP_LINK"'\n\n"}' \
-F "file1=@release_notes.txt" \
$WEBHOOK_URL
artifacts:
- build/**/outputs/**/*.aab
Expand Down

0 comments on commit 26bc077

Please sign in to comment.