Skip to content

Commit

Permalink
Update dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 16, 2022
1 parent 8caaf61 commit be77bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2873,9 +2873,9 @@ function run() {
cmd += "@" + version;
}
yield exec.exec(cmd);
core.endGroup();
// show Eask version
yield exec.exec('eask', ['--version']);
core.endGroup();
}
catch (error) {
let errorMsg = "Failed to do something exceptional";
Expand Down

0 comments on commit be77bfe

Please sign in to comment.