exp
This commit is contained in:
parent
13a337a9b8
commit
efed3f3cc1
2
.github/workflows/publish-release.js
vendored
2
.github/workflows/publish-release.js
vendored
|
@ -40,6 +40,8 @@ module.exports = /*async*/ ({github, context, core}) => {
|
||||||
core.setFailed(`Could not find milestone '${version}'.`)
|
core.setFailed(`Could not find milestone '${version}'.`)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
console.log('MILESTONE')
|
||||||
|
console.log(milestone)
|
||||||
if (milestone.state != "open") {
|
if (milestone.state != "open") {
|
||||||
core.setFailed(`Milestone '${version}' is already closed.`)
|
core.setFailed(`Milestone '${version}' is already closed.`)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user