Skip to content

Commit 8caaf61

Browse files
committed
Show version outside group
1 parent 7cb8f4b commit 8caaf61

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ async function run(): Promise<void> {
1919
}
2020

2121
await exec.exec(cmd);
22-
23-
// show Eask version
24-
await exec.exec('eask', ['--version']);
2522

2623
core.endGroup();
2724

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

0 commit comments

Comments
 (0)