Skip to content

Commit 46ef447

Browse files
authored
Merge pull request #25 from ziyak97:fix/zj/restore-name-variable
fix: 🐛 restore missing name variable
2 parents b6220fe + 63b64cb commit 46ef447

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/startRelease.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ async function createRelease() {
293293
}
294294

295295
const tag_name = latestCanaryRelease.tag_name.split("-canary")[0];
296+
const name = `${tag_name}`;
296297

297298
const lastStableRelease = await getLastStableRelease(owner, repo);
298299

0 commit comments

Comments
 (0)