version: default to latest

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2022-03-09 11:58:57 -08:00
parent dc68f283fe
commit bd4594ef89
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ export interface Inputs {
export async function getInputs(): Promise<Inputs> {
return {
version: core.getInput('version') || '0.1',
version: core.getInput('version') || 'latest',
ageKey: core.getInput('age-key'),
workdir: core.getInput('workdir') || '.',
args: core.getInput('args'),