wtf
This commit is contained in:
2
.github/workflows/hz.js
vendored
2
.github/workflows/hz.js
vendored
@@ -9,7 +9,7 @@ module.exports = function (github, context) {
|
|||||||
function noop ( ) { }
|
function noop ( ) { }
|
||||||
|
|
||||||
// this *is* exported
|
// this *is* exported
|
||||||
module.getReleaseByTag = function (tag_name) {
|
module.getReleaseByTag = async function (tag_name) {
|
||||||
var rel = null
|
var rel = null
|
||||||
try {
|
try {
|
||||||
// this does *not* return draft releases, so we have to list them
|
// this does *not* return draft releases, so we have to list them
|
||||||
|
|||||||
Reference in New Issue
Block a user