diff --git a/action.yml b/action.yml index a3ef1dd..0e470ff 100644 --- a/action.yml +++ b/action.yml @@ -38,4 +38,4 @@ inputs: description: "The regex to locate the signature text. Should be single quoted. Note that comment bodies are toUpperCase'd before matching." runs: using: "node16" - main: "lib/index.js" + main: "dist/index.js"