Skip to content

Commit

Permalink
feat: Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 25, 2023
1 parent d66f2ff commit 9e981dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11301,9 +11301,9 @@ var getInputRequired = (name) => (0, import_core.getInput)(name, {
);
});
await (0, import_core.group)("Running build commands", async () => {
await Promise.all(
buildCommand.map(async (command) => await (0, import_exec.exec)("sh", ["-c", command]))
);
for (const command of buildCommand) {
await (0, import_exec.exec)("sh", ["-c", command]);
}
await (0, import_promises.cp)("action.yml", (0, import_node_path.resolve)(directory, "action.yml"));
});
await (0, import_core.group)("Committing changes", async () => {
Expand Down

0 comments on commit 9e981dc

Please sign in to comment.