remove outdated comment

This commit is contained in:
softprops 2019-09-09 18:16:35 +09:00
parent b70b9666e8
commit d30d20cc01
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ function run() {
if (!util_1.isTag(config.github_ref)) {
throw new Error(`⚠️ GitHub Releases requires a tag`);
}
// todo: validate github_ref is a tag
const gh = new github_1.GitHub(config.github_token);
let rel = yield github_2.release(config, gh);
if (config.input_files) {

View file

@ -9,7 +9,6 @@ async function run() {
if (!isTag(config.github_ref)) {
throw new Error(`⚠️ GitHub Releases requires a tag`);
}
// todo: validate github_ref is a tag
const gh = new GitHub(config.github_token);
let rel = await release(config, gh);
if (config.input_files) {