1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 19:41:33 +02:00

feat(release-please): auth gets; stop skipping all ci/cd (#45)

* feat(release-please): auth gets; stop skipping all ci/cd

* chore: test a new release
This commit is contained in:
Benjamin E. Coe
2020-07-23 13:51:34 -07:00
committed by GitHub
parent af7f81de19
commit 367f112c21
4 changed files with 452 additions and 3960 deletions

View File

@@ -20,6 +20,7 @@ async function main () {
})
const releaseCreated = await gr.createRelease()
if (releaseCreated) {
// eslint-disable-next-line
const { upload_url, tag_name } = releaseCreated
core.setOutput('release_created', true)
core.setOutput('upload_url', upload_url)