Skip to content

Commit

Permalink
fix: call updateManifest function in action.yml
Browse files Browse the repository at this point in the history
Add missing call to updateManifest function to ensure manifest is updated.
  • Loading branch information
gentlementlegen committed Oct 21, 2024
1 parent f03dd1e commit 5fac319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ runs:
const updatedManifest = JSON.stringify(manifest, customReviver, 2);
await fs.writeFile(manifestPath, updatedManifest, 'utf8');
}
updateManifest();
- name: Format manifest using Prettier
shell: bash
Expand Down

0 comments on commit 5fac319

Please sign in to comment.