Skip to content

Commit

Permalink
chore(community): telegram bot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Mar 29, 2023
1 parent eb68830 commit 4690c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
prepareCmd:
'chmod +x scripts/build/build-android.sh && scripts/build/build-android.sh ${nextRelease.gitTag}',
successCmd:
'yarn tsc scripts/telegram-bot/success-release.ts --skipLibCheck && node scripts/telegram-bot/success-release.js --versionName ${nextRelease.gitTag} --releaseType ${nextRelease.type} --branchName ${branch.name} --releaseNotes "${nextRelease.notes}"',
'yarn tsc scripts/telegram-bot/success-release.ts --skipLibCheck --lib es2021 && node scripts/telegram-bot/success-release.js --versionName ${nextRelease.gitTag} --releaseType ${nextRelease.type} --branchName ${branch.name} --releaseNotes "${nextRelease.notes}"',
},
],
[
Expand Down

0 comments on commit 4690c95

Please sign in to comment.