This commit is contained in:
CrazyMax 2019-09-20 23:33:44 +02:00
parent e92a4fe84e
commit 88312c23e9
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ function run() {
} }
} }
else { else {
console.log(`${process.env.GITHUB_REF.split('/')[2]}} tag found`); console.log(`${process.env.GITHUB_REF.split('/')[2]} tag found`);
} }
console.log('🏃 Running GoReleaser...'); console.log('🏃 Running GoReleaser...');
yield exec.exec(`${goreleaser} ${args}${snapshot}`); yield exec.exec(`${goreleaser} ${args}${snapshot}`);

View File

@ -15,7 +15,7 @@ async function run() {
snapshot = ' --snapshot'; snapshot = ' --snapshot';
} }
} else { } else {
console.log(`${process.env.GITHUB_REF!.split('/')[2]}} tag found`); console.log(`${process.env.GITHUB_REF!.split('/')[2]} tag found`);
} }
console.log('🏃 Running GoReleaser...'); console.log('🏃 Running GoReleaser...');