🎉
This commit is contained in:
parent
4008a10644
commit
871871fad5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module.exports = async (app: express.Application) => {
|
|||
break;
|
||||
case 'refs/heads/release':
|
||||
const commit = event.commits[0];
|
||||
post(`RELEASED: ${commit.message}`);
|
||||
post(`RELEASED🎉: ${commit.message}`);
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue