version: default to 0.1

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2022-03-09 11:44:13 -08:00
parent f83409d4f4
commit 40f529cb2d
4 changed files with 4 additions and 4 deletions

2
dist/index.js generated vendored
View file

@ -41,7 +41,7 @@ const core = __importStar(__webpack_require__(186));
function getInputs() {
return __awaiter(this, void 0, void 0, function* () {
return {
version: core.getInput('version') || 'latest',
version: core.getInput('version') || '0.1',
ageKey: core.getInput('age-key'),
workdir: core.getInput('workdir') || '.',
args: core.getInput('args'),