Skip to content

Commit

Permalink
chore(community): update to id of telegram community
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Mar 29, 2023
1 parent 9c6a313 commit feb9025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/telegram-bot/success-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console.log(process.env.TELEGRAM_BOT_API_KEY);
const releaseType = argv.releaseType;
const branchName = argv.branchName;
const appName = 'Islam App';
const toTelegramId = process.env.TELEGRAM_TO_ID || -877507563;
const toTelegramId = process.env.TELEGRAM_TO_ID || -1001890500958;
const releaseUrl = `https://github.com/Muhammed-Rahif/Islam/releases/tag/${versionName}`;
const changelogUrl = `https://github.com/Muhammed-Rahif/Islam/blob/${versionName}/CHANGELOG.md`;
const downloadUrl = `https://github.com/Muhammed-Rahif/Islam/releases/download/${versionName}/app-debug-${versionName}.apk`;
Expand Down

0 comments on commit feb9025

Please sign in to comment.