Fix a syntax error in deployment (#987)
I have no idea how to test this code other than run it live :(
This commit is contained in:
1
.github/actions/github-release/main.js
vendored
1
.github/actions/github-release/main.js
vendored
@@ -98,6 +98,7 @@ async function run() {
|
|||||||
console.log("RETRYING after 10s");
|
console.log("RETRYING after 10s");
|
||||||
await sleep(10000)
|
await sleep(10000)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user