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,