Skip to content

Commit

Permalink
build: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jan 3, 2020
1 parent c57ce08 commit 6a288b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/publish.ts
Expand Up @@ -79,7 +79,7 @@ const headerMap = {
owner: 'koishijs',
tag_name: version,
name: `Koishi ${version}`,
prerelease: !!prerelease(version).length,
prerelease: !!prerelease(version),
body,
})
console.log('Release created successfully.')
Expand Down

0 comments on commit 6a288b2

Please sign in to comment.