1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore: build dist (#553)

chore: build dist release-please-action
This commit is contained in:
Google GitHub Actions Bot
2022-08-10 11:34:25 -05:00
committed by GitHub
parent 1a4217fc5a
commit 31d4a5caaf

2
dist/index.js vendored
View File

@@ -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,