mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 08:18:52 -03:00
remove comment from shell pipeline
This commit is contained in:
parent
7d8cb546b7
commit
0d5322628e
4
.github/workflows/sync-linguist.yml
vendored
4
.github/workflows/sync-linguist.yml
vendored
@ -16,11 +16,13 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: check out latest release
|
||||
id: linguist-release
|
||||
# the `grep -v "-"` is to exclude any pre-release versions.
|
||||
# Linguist doesn't have any right now, but just in case.
|
||||
run: |
|
||||
set -e
|
||||
cd .linguist
|
||||
$latest=$(git tag --list | \
|
||||
grep -v "-" | \ # exclude any pre-release versions
|
||||
grep -v "-" | \
|
||||
sort --version-sort --reverse | \
|
||||
head -1)
|
||||
echo "::set-output name=linguist_version::$latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user