Skip to content

Commit 02545a3

Browse files
Transpile f2f7b1938
1 parent b999939 commit 02545a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release/workflow/github-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = async ({ github, context }) => {
99
owner: context.repo.owner,
1010
repo: context.repo.repo,
1111
tag_name: `v${version}`,
12-
target_commitish: github.ref_name,
12+
target_commitish: context.sha,
1313
body: extractSection(changelog, version),
1414
prerelease: process.env.PRERELEASE === 'true',
1515
});

0 commit comments

Comments
 (0)