Skip to content

Commit

Permalink
feat: use latest semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed May 1, 2020
1 parent 34cd2fa commit dfb19fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4819,7 +4819,7 @@ async function main () {
if (core.getInput('allow-initial-development-versions')) {
args.push('-allow-initial-development-versions')
}
const binPah = await installer('^1.14.0')
const binPah = await installer('^1.21.2')
try {
core.info('running semantic-release...')
await exec.exec(binPah, args)
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function main () {
if (core.getInput('allow-initial-development-versions')) {
args.push('-allow-initial-development-versions')
}
const binPah = await installer('^1.14.0')
const binPah = await installer('^1.21.2')
try {
core.info('running semantic-release...')
await exec.exec(binPah, args)
Expand Down

0 comments on commit dfb19fa

Please sign in to comment.