Skip to content

Commit

Permalink
chore: release.id => release.data.id (#16132)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Dec 19, 2018
1 parent a58d989 commit 5cc4a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function createRelease (branchToTarget, isBeta) {
console.log(`${fail} Error creating new release: `, err)
process.exit(1)
})
console.log(`Release has been created with id: ${release.id}.`)
console.log(`Release has been created with id: ${release.data.id}.`)
console.log(`${pass} Draft release for ${newVersion} successful.`)
}

Expand Down

0 comments on commit 5cc4a30

Please sign in to comment.