remove outdated comment
This commit is contained in:
parent
b70b9666e8
commit
d30d20cc01
@ -20,7 +20,6 @@ function run() {
|
|||||||
if (!util_1.isTag(config.github_ref)) {
|
if (!util_1.isTag(config.github_ref)) {
|
||||||
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
||||||
}
|
}
|
||||||
// todo: validate github_ref is a tag
|
|
||||||
const gh = new github_1.GitHub(config.github_token);
|
const gh = new github_1.GitHub(config.github_token);
|
||||||
let rel = yield github_2.release(config, gh);
|
let rel = yield github_2.release(config, gh);
|
||||||
if (config.input_files) {
|
if (config.input_files) {
|
||||||
|
@ -9,7 +9,6 @@ async function run() {
|
|||||||
if (!isTag(config.github_ref)) {
|
if (!isTag(config.github_ref)) {
|
||||||
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
||||||
}
|
}
|
||||||
// todo: validate github_ref is a tag
|
|
||||||
const gh = new GitHub(config.github_token);
|
const gh = new GitHub(config.github_token);
|
||||||
let rel = await release(config, gh);
|
let rel = await release(config, gh);
|
||||||
if (config.input_files) {
|
if (config.input_files) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user