From dc7dd1e7684814796624b699d5d31111e7e689d7 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 12 Dec 2021 22:28:58 +0100 Subject: [PATCH] wtf --- .github/workflows/hz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hz.js b/.github/workflows/hz.js index a599ceb..c5ff18c 100644 --- a/.github/workflows/hz.js +++ b/.github/workflows/hz.js @@ -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