remove outdated comment
This commit is contained in:
parent
b70b9666e8
commit
d30d20cc01
2 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue