1
0
This commit is contained in:
Stephan 2021-12-12 22:28:58 +01:00
parent 8add493c77
commit dc7dd1e768

View File

@ -9,7 +9,7 @@ module.exports = function (github, context) {
function noop ( ) { }
// this *is* exported
module.getReleaseByTag = function (tag_name) {
module.getReleaseByTag = async function (tag_name) {
var rel = null
try {
// this does *not* return draft releases, so we have to list them