Skip to content

Commit

Permalink
Fix a syntax error in deployment (bytecodealliance#987)
Browse files Browse the repository at this point in the history
I have no idea how to test this code other than run it live :(
  • Loading branch information
alexcrichton committed Feb 26, 2020
1 parent 78b32e2 commit ab21378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/github-release/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async function run() {
console.log("RETRYING after 10s");
await sleep(10000)
}
}
}
}

Expand Down

0 comments on commit ab21378

Please sign in to comment.