Skip to content

Commit

Permalink
feat: update semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jun 21, 2020
1 parent 0d30b98 commit f458b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ async function main () {
if (core.getInput('allow-initial-development-versions')) {
args.push('-allow-initial-development-versions')
}
const binPah = await installer('^1.21.2')
const binPath = await installer('^1.21.3')
try {
core.info('running semantic-release...')
await exec.exec(binPah, args)
await exec.exec(binPath, args)
} catch (error) {
if (/exit code 6\d/.test(error.message)) {
return
Expand Down

0 comments on commit f458b46

Please sign in to comment.