diff --git a/main.js b/main.js index 29e1f66..bfc83b8 100644 --- a/main.js +++ b/main.js @@ -20,7 +20,7 @@ function run() { } // Produce Action Output - + core.setOutput('lastNumber', currentNumber); } run();