mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 16:21:14 -03:00
correct variable assignment
This commit is contained in:
parent
0d5322628e
commit
e86c6b862f
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
cd .linguist
|
cd .linguist
|
||||||
$latest=$(git tag --list | \
|
latest=$(git tag --list | \
|
||||||
grep -v "-" | \
|
grep -v "-" | \
|
||||||
sort --version-sort --reverse | \
|
sort --version-sort --reverse | \
|
||||||
head -1)
|
head -1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user