Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
fixed wrong variable
Browse files Browse the repository at this point in the history
Fatdet committed Feb 16, 2022
1 parent 99c646e commit ae01dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ async function main(){

jsonData.version = newManifestVersion;

updateManifest(updatedJsonData);
updateManifest(jsonData);
} catch (error) {
core.error(error.message);
}

0 comments on commit ae01dce

Please sign in to comment.