Skip to content

Commit 6d08769

Browse files
Update main.js
1 parent df7fe1a commit 6d08769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ function run() {
3434
yield command_1.deploy(github_action_helper_1.Utils.getOctokit(), context);
3535
});
3636
}
37-
run().catch(error => core_1.setFailed(error.message));
37+
run().catch(error => { console.log(error); core_1.setFailed(error.message); });

0 commit comments

Comments
 (0)