.github: Update KV_MAIN to 5.8

This commit is contained in:
Krzesimir Nowak 2020-09-07 12:58:11 +02:00
parent 36cf4b16e9
commit fddbd9defe

View File

@ -13,7 +13,7 @@ jobs:
- name: Fetch latest Kernel release
id: fetch-latest-release
env:
KV_MAIN: 5.4
KV_MAIN: 5.8
run: |
git clone --depth=1 --no-checkout https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux
versionMain=$(git -C linux ls-remote --tags origin | cut -f2 | sed -n "/refs\/tags\/v${KV_MAIN}.[0-9]*$/s/^refs\/tags\/v//p" | sort -ruV | head -1)