Fix release tagging (#4646)
This commit is contained in:
@ -9,6 +9,7 @@ module.exports = async ({ github, context }) => {
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
tag_name: `v${version}`,
|
||||
target_commitish: github.ref_name,
|
||||
body: extractSection(changelog, version),
|
||||
prerelease: process.env.PRERELEASE === 'true',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user