mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-21 17:51:54 +00:00
Typo
This commit is contained in:
parent
e92a4fe84e
commit
88312c23e9
2 changed files with 2 additions and 2 deletions
|
|
@ -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}`);
|
||||
|
|
|
|||
|
|
@ -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...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue