Skip to content

Commit

Permalink
feat: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Feb 19, 2024
1 parent e9e7d00 commit e02dcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def notify(version, message)
"-v",
"-H", "Content-Type: application/json",
"-H", "Authorization: Bearer #{DISCORD_MESSAGE_API_BEARER_TOKEN}",
"-d", "{\"message\":\"#{message}\", \"channel_id\":#{DISCORD_IOS_BUILD_CHANNEL_ID}}",
"-d", "{\"message\":\"[KeyApp] #{message}\", \"channel_id\":#{DISCORD_IOS_BUILD_CHANNEL_ID}}",
DISCORD_MESSAGE_API_ENDPOINT
)
rescue => ex
Expand Down

0 comments on commit e02dcfd

Please sign in to comment.