Skip to content

Commit

Permalink
Show version outside group
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 16, 2022
1 parent 7cb8f4b commit 8caaf61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ async function run(): Promise<void> {
}

await exec.exec(cmd);

// show Eask version
await exec.exec('eask', ['--version']);

core.endGroup();

// show Eask version
await exec.exec('eask', ['--version']);
} catch (error) {
let errorMsg = "Failed to do something exceptional";
if (error instanceof Error) {
Expand Down

0 comments on commit 8caaf61

Please sign in to comment.