Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
f69264329f
commit
a410ca0fa3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ jobs:
|
||||||
| tar -xzO \
|
| tar -xzO \
|
||||||
| grep -a 'cmd:rsync=' | sed 's/.*cmd:rsync=//' | sort -V | tail -n 1)
|
| grep -a 'cmd:rsync=' | sed 's/.*cmd:rsync=//' | sort -V | tail -n 1)
|
||||||
|
|
||||||
newest_version=$(echo -e "$main_version\n$community_version\n$testing_version" | sort -V | tail -n 1)
|
newest_version=$(echo -e "$main_version\n$community_version\n$testing_version" | sort -V | tail -n 1)
|
||||||
|
|
||||||
echo "NEWEST_VERSION=$newest_version" >> $GITHUB_ENV
|
echo "NEWEST_VERSION=$newest_version" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue