From 61a8c135eb29f5ece30042a8f27cf79dcb851814 Mon Sep 17 00:00:00 2001 From: google-github-actions-bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:27:55 -0600 Subject: [PATCH] chore: build dist release-please-action (#118) --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 9553880..7d60c4c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3276,8 +3276,8 @@ const RELEASE_LABEL = 'autorelease: pending' async function main () { const bumpMinorPreMajor = Boolean(core.getInput('bump-minor-pre-major')) // TODO(bcoe): remove this log line. - console.info(typeof core.getInput('clean'), core.getInput('clean')); - const clean = core.getInput('clean') === 'false' ? false : true + console.info(typeof core.getInput('clean'), core.getInput('clean')) + const clean = core.getInput('clean') !== 'false' const monorepoTags = Boolean(core.getInput('monorepo-tags')) const packageName = core.getInput('package-name') const path = core.getInput('path') ? core.getInput('path') : undefined