mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Ensure pre-releases are not included
This commit is contained in:
parent
3021048b77
commit
2f3dafe711
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -595,7 +595,7 @@ jobs:
|
|||
run: |
|
||||
langs=( en ru )
|
||||
devver=dev
|
||||
stable=$(git tag | grep v | tail -n 1 | cut -c2-4)
|
||||
stable=$(git tag | grep v | grep -v "-" | tail -n 1 | cut -c2-4)
|
||||
vers=( 0.5.x 0.4.x )
|
||||
|
||||
# Create directories
|
||||
|
|
Loading…
Reference in a new issue