disable latest
This commit is contained in:
parent
1671d5c394
commit
0606233eb3
1 changed files with 2 additions and 1 deletions
3
index.js
3
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue