mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 08:18:52 -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: |
|
||||
set -e
|
||||
cd .linguist
|
||||
$latest=$(git tag --list | \
|
||||
latest=$(git tag --list | \
|
||||
grep -v "-" | \
|
||||
sort --version-sort --reverse | \
|
||||
head -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user