mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Tag release branch rather than master
This commit is contained in:
parent
2c5bd9517e
commit
895872f076
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
|
@ -70,6 +70,7 @@ async function runOnce() {
|
|||
repo,
|
||||
name,
|
||||
tag_name: name,
|
||||
target_commitish: sha,
|
||||
prerelease: name === 'nightly',
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue