chore: restore prerelease logic in rust-release.yml (#3659)
Revert #3645.
This commit is contained in:
parent
0560079c41
commit
2df7f7efe5
1 changed files with 1 additions and 2 deletions
3
.github/workflows/rust-release.yml
vendored
3
.github/workflows/rust-release.yml
vendored
|
|
@ -211,8 +211,7 @@ jobs:
|
|||
files: dist/**
|
||||
# Mark as prerelease only when the version has a suffix after x.y.z
|
||||
# (e.g. -alpha, -beta). Otherwise publish a normal release.
|
||||
# prerelease: ${{ contains(steps.release_name.outputs.name, '-') }}
|
||||
prerelease: true
|
||||
prerelease: ${{ contains(steps.release_name.outputs.name, '-') }}
|
||||
|
||||
- uses: facebook/dotslash-publish-release@v2
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue