From 31d4a5caaf074cc74ee293d98cb337a04ef16802 Mon Sep 17 00:00:00 2001 From: Google GitHub Actions Bot <72759630+google-github-actions-bot@users.noreply.github.com> Date: Wed, 10 Aug 2022 11:34:25 -0500 Subject: [PATCH] chore: build dist (#553) chore: build dist release-please-action --- dist/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index f613123..ada2af4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -120,6 +120,7 @@ async function manifestInstance (github) { const path = core.getInput('path') || undefined const releaseType = core.getInput('release-type', { required: true }) const changelogPath = core.getInput('changelog-path') || undefined + const changelogHost = core.getInput('changelog-host') || undefined const changelogTypes = core.getInput('changelog-types') || undefined const changelogSections = changelogTypes && JSON.parse(changelogTypes) const versionFile = core.getInput('version-file') || undefined @@ -136,6 +137,7 @@ async function manifestInstance (github) { packageName, releaseType, changelogPath, + changelogHost, changelogSections, versionFile, extraFiles,