1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-07 22:41:16 +02:00

fix(config): add apiUrl config on Github release command (#379)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
Neo Hsu
2021-10-04 23:44:57 +08:00
committed by GitHub
parent a0cd0f5123
commit 906f9156f8

View File

@@ -108,7 +108,8 @@ async function main () {
changelogPath,
releaseType,
defaultBranch,
pullRequestTitlePattern
pullRequestTitlePattern,
apiUrl
})
if (releaseCreated) {