From 660cf9fdb44b04ad795e6cba97fb6a8dea4a0a9a Mon Sep 17 00:00:00 2001 From: Maximillian Meier Date: Wed, 9 Jun 2021 13:53:56 +0200 Subject: [PATCH] remove message overwrite --- app/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.js b/app/main.js index 0d6bce1..d0c1d0c 100644 --- a/app/main.js +++ b/app/main.js @@ -72,8 +72,8 @@ async function run () { return } - // The tag setter will autocorrect the message if necessary. - tag.message = core.getInput('tag_message', { required: false }).trim() + // // The tag setter will autocorrect the message if necessary. + // tag.message = core.getInput('tag_message', { required: false }).trim() await tag.push() core.setOutput('tagname', tag.name)