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