From 598c23182f7610660ca474b743e8de321ffe53a4 Mon Sep 17 00:00:00 2001 From: google-github-actions-bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Thu, 10 Dec 2020 08:56:58 -0600 Subject: [PATCH] chore: build dist release-please-action (#161) --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 62f534a..ee1f177 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3366,7 +3366,8 @@ async function main () { path, monorepoTags, token, - changelogPath + changelogPath, + releaseType }) const releaseCreated = await gr.createRelease() if (releaseCreated) {