From e86c6b862fc3d564427080ce8ba1d52f28e2c854 Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Fri, 8 Oct 2021 11:46:12 -0700 Subject: [PATCH] correct variable assignment --- .github/workflows/sync-linguist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-linguist.yml b/.github/workflows/sync-linguist.yml index 93d20af..365a0a7 100644 --- a/.github/workflows/sync-linguist.yml +++ b/.github/workflows/sync-linguist.yml @@ -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)