From c8ba3fb0b828242bc5cccaf135b8a19f33519d1f Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 10 Dec 2023 19:36:09 +0100 Subject: [PATCH] update --- .github/workflows/readme.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 18b313b..3302969 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -31,6 +31,8 @@ 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) + echo "LATEST_RELEASE=$latest" >> $GITHUB_ENV - name: Update the readme.md uses: vmactions/render@v0.0.1