From 4d273db25c1757adab7f91f5e7531ed3c0ec941a Mon Sep 17 00:00:00 2001 From: Derek Herman Date: Sun, 28 Feb 2021 06:43:12 -0800 Subject: [PATCH] Ensure the public action uses the dist directory --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 08f4161..49d06e5 100644 --- a/action.yml +++ b/action.yml @@ -64,4 +64,4 @@ outputs: description: 'The props markup' runs: using: 'node12' - main: 'index.js' + main: 'dist/index.js'