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

Commit

Permalink
fixed switch of input params
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatdet committed Feb 16, 2022
1 parent ae01dce commit fff8aba
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
Expand Up @@ -18,7 +18,7 @@ async function main(){

jsonData.version = newManifestVersion;

updateManifest(jsonData);
updateManifest(pathToManifest, jsonData);
} catch (error) {
core.error(error.message);
}
Expand Down

0 comments on commit fff8aba

Please sign in to comment.