From 636065482438179bda7b4c102f6fc6f24e26c5a0 Mon Sep 17 00:00:00 2001 From: bcoe Date: Fri, 8 Oct 2021 11:55:04 -0700 Subject: [PATCH] fix(build): run index.mjs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 14de3de..d6fee72 100644 --- a/action.yml +++ b/action.yml @@ -9,4 +9,4 @@ inputs: runs: using: 'node12' - main: 'dist/index.js' + main: 'dist/index.mjs'