Skip to content

Commit 1d72292

Browse files
feat: build for release
1 parent 813b2d7 commit 1d72292

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"assign-author","sha":"7eb69a147b02251b7b7bfca803ab083d08daa8b9","ref":"refs/tags/v1.5.0","tagName":"v1.5.0","branch":"gh-actions","tags":["v1.5.0","v1.5","v1"],"updated_at":"2020-09-25T15:35:38.886Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.5.1","branch":"gh-actions","tags":["test/v1.5.1","test/v1.5","test/v1"],"updated_at":"2020-09-25T19:17:01.935Z"}

lib/main.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ const core_1 = require("@actions/core");
1414
const context_1 = require("@actions/github/lib/context");
1515
const filter_github_action_1 = require("@technote-space/filter-github-action");
1616
const github_action_helper_1 = require("@technote-space/github-action-helper");
17+
const github_action_log_helper_1 = require("@technote-space/github-action-log-helper");
1718
const process_1 = require("./process");
1819
const constant_1 = require("./constant");
1920
const run = () => __awaiter(void 0, void 0, void 0, function* () {
20-
const logger = new github_action_helper_1.Logger();
21+
const logger = new github_action_log_helper_1.Logger();
2122
const context = new context_1.Context();
2223
github_action_helper_1.ContextHelper.showActionInfo(path_1.resolve(__dirname, '..'), logger, context);
2324
if (!filter_github_action_1.isTargetEvent(constant_1.TARGET_EVENTS, context)) {

node_modules/.yarn-integrity

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)