Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 20, 2019
1 parent e92a4fe commit 88312c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function run() {
}
}
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...');
yield exec.exec(`${goreleaser} ${args}${snapshot}`);
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function run() {
snapshot = ' --snapshot';
}
} 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...');
Expand Down

0 comments on commit 88312c2

Please sign in to comment.