From ab213780cd435ed2e3791c59c8c7ae0b3c7b0b20 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 25 Feb 2020 18:33:11 -0600 Subject: [PATCH] Fix a syntax error in deployment (#987) I have no idea how to test this code other than run it live :( --- .github/actions/github-release/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/github-release/main.js b/.github/actions/github-release/main.js index cb59cf2840..82efc2f82b 100644 --- a/.github/actions/github-release/main.js +++ b/.github/actions/github-release/main.js @@ -98,6 +98,7 @@ async function run() { console.log("RETRYING after 10s"); await sleep(10000) } + } } }