diff --git a/index.js b/index.js index 06b89b3..217d425 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ async function main(){ jsonData.version = newManifestVersion; - updateManifest(updatedJsonData); + updateManifest(jsonData); } catch (error) { core.error(error.message); }