fix PR#109

This commit is contained in:
phips28 2022-06-28 14:06:15 +02:00
parent bbe7090a45
commit ba76873ad9
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ const workspace = process.env.GITHUB_WORKSPACE;
}), }),
) )
) { ) {
if (foundWord != ''){ if (foundWord !== ''){
preid = foundWord.split('-')[1]; preid = foundWord.split('-')[1];
} }
version = 'prerelease'; version = 'prerelease';
} }