Skip to content

Commit db4eaf1

Browse files
feat: Build for release
1 parent ffc9fbb commit db4eaf1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"FETCH_HEAD","ref":"refs/heads/release/v3.0.1","tagName":"test/v3.0.1","branch":"gh-actions","tags":["test/v3.0.1","test/v3.0","test/v3"],"updated_at":"2020-02-11T08:27:09.666Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"353de592e9fc348cf686c54a3283efafd48e5cc5","ref":"refs/tags/test/v3.0.1.1","tagName":"test/v3.0.1.1","branch":"gh-actions","tags":["test/v3.0.1.1","test/v3.0.1","test/v3.0","test/v3"],"updated_at":"2020-02-11T08:36:31.898Z"}

lib/main.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ 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 => {
38+
console.log(error);
39+
core_1.setFailed(error.message);
40+
});

0 commit comments

Comments
 (0)