We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ee2b1 + 43702d4 commit fdfe489Copy full SHA for fdfe489
src/task/notification.php
@@ -82,9 +82,9 @@ function sendDeployNotification($subject)
82
}
83
84
task('success:notify', function () {
85
- return sendDeployNotification('成功发布新版本!');
+ return sendDeployNotification('发布 '.get('application').' 项目新版本成功!');
86
})->local();
87
88
task('failed:notify', function () {
89
- return sendDeployNotification('发布新版本失败!');
+ return sendDeployNotification('发布 '.get('application').' 项目新版本失败!');
90
0 commit comments