aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/actions/github-release/main.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/actions/github-release/main.js b/.github/actions/github-release/main.js
index 077926e..83725c6 100644
--- a/.github/actions/github-release/main.js
+++ b/.github/actions/github-release/main.js
@@ -22,6 +22,12 @@ async function runOnce() {
core.info(`name: ${name}`);
core.info(`token: ${token}`);
+ const options = {
+ request: {
+ timeout: 30000,
+ }
+ };
+
const octokit = github.getOctokit(token, options);
// Delete the previous release since we can't overwrite one. This may happen