1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 14:41:38 +02:00

feat: output whether or not a release was created (#24)

This commit is contained in:
Benjamin E. Coe
2020-05-20 21:13:10 -07:00
committed by GitHub
parent f38e297b72
commit b80ca61e26
10 changed files with 1548 additions and 2633 deletions

View File

@@ -18,7 +18,8 @@ async function main () {
packageName,
token
})
await gr.createRelease()
const releaseCreated = await gr.createRelease()
if (releaseCreated) core.setOutput('release_created', true)
// Next we check for PRs merged since the last release, and groom the
// release PR: