Skip to content

Commit 94c4898

Browse files
committed
Set release name
1 parent aec78f0 commit 94c4898

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/github-release

1 file changed

+1
-0
lines changed

.github/actions/github-release/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async function runOnce() {
6868
const release = await octokit.repos.createRelease({
6969
owner,
7070
repo,
71+
name,
7172
tag_name: name,
7273
prerelease: name === 'nightly',
7374
});

0 commit comments

Comments
 (0)