diff --git a/index.js b/index.js index 7461e4f..171fad3 100644 --- a/index.js +++ b/index.js @@ -28,6 +28,7 @@ async function run() { } catch(error) { console.log("Tag was not found"); + console.log(error); } core.setOutput('exists', exists);