1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 15:51:41 +02:00

feat(release-please): add default branch input option for github release (#206)

This commit is contained in:
Ivan Santos
2021-02-05 13:17:28 -06:00
committed by GitHub
parent 61a3f25af9
commit 534536c1c2
2 changed files with 25 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ async function main () {
monorepoTags,
token,
changelogPath,
releaseType
releaseType,
defaultBranch
})
const releaseCreated = await gr.createRelease()
if (releaseCreated) {