From 906f9156f8d5659aa73c8cc6c4aea2c65cde2be2 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Mon, 4 Oct 2021 23:44:57 +0800 Subject: [PATCH] fix(config): add apiUrl config on Github release command (#379) Co-authored-by: Benjamin E. Coe --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index f66bd20..67fab43 100644 --- a/index.js +++ b/index.js @@ -108,7 +108,8 @@ async function main () { changelogPath, releaseType, defaultBranch, - pullRequestTitlePattern + pullRequestTitlePattern, + apiUrl }) if (releaseCreated) {