diff --git a/src/buildExec.ts b/src/buildExec.ts index 5a942a1..f146d48 100644 --- a/src/buildExec.ts +++ b/src/buildExec.ts @@ -66,7 +66,7 @@ const getToken = async (): Promise => { const getSendNotifications = (): boolean => { return isTrue( - core.getInput('send-notifications'), + core.getInput('send-notifications'), ); }; diff --git a/src/index.ts b/src/index.ts index 6c424f9..7518402 100644 --- a/src/index.ts +++ b/src/index.ts @@ -129,7 +129,7 @@ const run = async (): Promise => { if (getSendNotifications()) { await sendNotifications(); // don't perform an upload after sending notifications - return + return; } await exec.exec(