From 0606233eb3544402b3ece3991401f5768aa2728f Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 16 Sep 2019 01:49:48 +0900 Subject: [PATCH] disable latest --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 61a49b2..dd4723e 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,8 @@ async function run() { let hugoVersion = core.getInput('hugo-version'); if (!hugoVersion) { - hugoVersion = 'latest'; + // TODO: get latest version of Hugo + hugoVersion = '0.58.2'; } core.debug('Hugo version:', hugoVersion);