mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 14:13:07 -03:00
correct variable assignment
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user