wtf
This commit is contained in:
parent
8add493c77
commit
dc7dd1e768
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user