mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 14:13:07 -03:00
remove comment from shell pipeline
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user