Skip to content

Commit

Permalink
meta: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 3, 2022
1 parent 2785885 commit 1b1b69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/release/choose-semverness.js
Expand Up @@ -93,7 +93,7 @@ export default async function pickSemverness (
)}.`,
)

const response = 'major'
const response = { value: 'major' }

if (!response.value) {
console.log('Skipping.')
Expand Down

0 comments on commit 1b1b69d

Please sign in to comment.