exp
This commit is contained in:
parent
06bdaca2c1
commit
143637c4fc
1
.github/workflows/publish-release.js
vendored
1
.github/workflows/publish-release.js
vendored
|
@ -48,6 +48,7 @@ module.exports = /*async*/ ({github, context, core}) => {
|
||||||
core.setFailed(`Could not find a GitHub release for tag '${tag}'.`)
|
core.setFailed(`Could not find a GitHub release for tag '${tag}'.`)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
console.log(release)
|
||||||
if (release.draft) {
|
if (release.draft) {
|
||||||
core.setFailed(`GitHub release for tag '${tag}' is already published.`)
|
core.setFailed(`GitHub release for tag '${tag}' is already published.`)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user