mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 08:31:14 +02:00
chore: build dist release-please-action (#218)
This commit is contained in:
committed by
GitHub
parent
efd1c77e85
commit
9c126787f9
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -46,7 +46,7 @@ async function main () {
|
||||
releaseType,
|
||||
defaultBranch
|
||||
})
|
||||
const releaseCreated = await gr.createRelease()
|
||||
const releaseCreated = await gr.run()
|
||||
if (releaseCreated) {
|
||||
core.setOutput('release_created', true)
|
||||
for (const key of Object.keys(releaseCreated)) {
|
||||
|
||||
Reference in New Issue
Block a user