From ca5a78cf0bc8df3aa73210b41e4b42194ef81fa0 Mon Sep 17 00:00:00 2001 From: bootsie123 Date: Thu, 22 Oct 2020 16:26:28 -0400 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index eb91091..9c11f1f 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ Toolkit.run(async tools => { const patchWords = process.env['INPUT_PATCH-WORDING'].split(',') const preReleaseWords = process.env['INPUT_RC-WORDING'].split(',') - let version = 'patch' + let version = process.env['DEFAULT'] || 'patch' let foundWord = null; if (messages.some(