From ba76873ad952e54a7c65892cdc3dfe9f90629364 Mon Sep 17 00:00:00 2001 From: phips28 Date: Tue, 28 Jun 2022 14:06:15 +0200 Subject: [PATCH] fix PR#109 --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 70c73ad..d18a664 100644 --- a/index.js +++ b/index.js @@ -92,9 +92,9 @@ const workspace = process.env.GITHUB_WORKSPACE; }), ) ) { - if (foundWord != ''){ + if (foundWord !== ''){ preid = foundWord.split('-')[1]; - } + } version = 'prerelease'; }