From 6f7e46da0ba9fc029e87e93cc4efe44ee852f318 Mon Sep 17 00:00:00 2001 From: google-github-actions-bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Fri, 5 Feb 2021 13:25:02 -0600 Subject: [PATCH] chore: build dist release-please-action (#207) --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 327e0b2..40c1ff1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3977,7 +3977,8 @@ async function main () { monorepoTags, token, changelogPath, - releaseType + releaseType, + defaultBranch }) const releaseCreated = await gr.createRelease() if (releaseCreated) {