Skip to content

Commit e888fa8

Browse files
feat: Build for release
1 parent ff36e69 commit e888fa8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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":"917eeb86a1960a04901bf92932a1329bf20d1a02","ref":"refs/tags/v2.0.5","tagName":"v2.0.5","branch":"gh-actions","tags":["v2","v2.0","v2.0.5"],"updated_at":"2020-01-15T14:48:10.792Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"917eeb86a1960a04901bf92932a1329bf20d1a02","ref":"refs/tags/v2.0.5","tagName":"v2.0.5","branch":"gh-actions","tags":["v2","v2.0","v2.0.5"],"updated_at":"2020-01-15T15:28:26.995Z"}

lib/utils/command.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ const findRelease = (octokit, context) => __awaiter(void 0, void 0, void 0, func
128128
owner: context.repo.owner,
129129
repo: context.repo.repo,
130130
});
131-
console.log(tagName);
132-
console.log(releases);
133-
console.log(releases.data.find(release => release.tag_name === tagName));
134131
return releases.data.find(release => release.tag_name === tagName);
135132
});
136133
exports.updateRelease = (release, octokit, context) => __awaiter(void 0, void 0, void 0, function* () {

0 commit comments

Comments
 (0)