From 1cab8eab1356d647bcf11e6ead82d2f2f2da43df Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 10 Dec 2023 19:43:36 +0100 Subject: [PATCH] fix --- .github/workflows/readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 3302969..1f220fb 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -31,7 +31,7 @@ jobs: git switch main || (git fetch --all && git checkout -b main origin/main) echo "LATEST_MAJOR=$(echo ${{ steps.get-latest-release.outputs.tag_name }} | cut -d . -f 1)" >> $GITHUB_ENV echo "LATEST_TAG=${{ steps.get-latest-release.outputs.tag_name }}" >> $GITHUB_ENV - latest=$(cat $(ls conf/*.conf | tail -1) | grep VM_RELEASE | cut -d = -f 2) + latest=$(ls conf/*.conf | tail -1) echo "LATEST_RELEASE=$latest" >> $GITHUB_ENV - name: Update the readme.md