mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 16:21:14 -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
|
fetch-depth: 0
|
||||||
- name: check out latest release
|
- name: check out latest release
|
||||||
id: linguist-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: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
cd .linguist
|
cd .linguist
|
||||||
$latest=$(git tag --list | \
|
$latest=$(git tag --list | \
|
||||||
grep -v "-" | \ # exclude any pre-release versions
|
grep -v "-" | \
|
||||||
sort --version-sort --reverse | \
|
sort --version-sort --reverse | \
|
||||||
head -1)
|
head -1)
|
||||||
echo "::set-output name=linguist_version::$latest"
|
echo "::set-output name=linguist_version::$latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user