diff --git a/app/lib/tag.js b/app/lib/tag.js index cfb634f..16c22d0 100644 --- a/app/lib/tag.js +++ b/app/lib/tag.js @@ -90,7 +90,7 @@ export default class Tag { owner, repo, tag: this.name, - message: this.message, + message: await this.getMessage(), object: process.env.GITHUB_SHA, type: 'commit' })