mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Set release name
This commit is contained in:
parent
aec78f090c
commit
94c48980bb
1 changed files with 1 additions and 0 deletions
1
.github/actions/github-release/main.js
vendored
1
.github/actions/github-release/main.js
vendored
|
@ -68,6 +68,7 @@ async function runOnce() {
|
|||
const release = await octokit.repos.createRelease({
|
||||
owner,
|
||||
repo,
|
||||
name,
|
||||
tag_name: name,
|
||||
prerelease: name === 'nightly',
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue