From 145d428f7a642133a2a020bb3a260d672d14d2e5 Mon Sep 17 00:00:00 2001 From: Happyrobot33 Date: Thu, 12 Dec 2024 13:09:38 -0500 Subject: [PATCH] Enable full tag searching --- .github/workflows/build-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index ce69e44a..84624970 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -43,8 +43,8 @@ jobs: id: get_latest_release run: | echo "DATA=[\"1.0.1\", \"1.1.1\", \"OpenFlight-1.7.9\"]" >> "$GITHUB_OUTPUT" - echo "LATEST=$(echo $(git tag -l --sort=-creatordate | head -n 1 ))" >> "$GITHUB_OUTPUT" - #echo "DATA=[\"$(echo $(git tag --sort=-creatordate ) | sed 's/ /\", \"/g')\"]" >> "$GITHUB_OUTPUT" + echo "DATA=[\"$(echo $(git tag --sort=-creatordate ) | sed 's/ /\", \"/g')\"]" >> "$GITHUB_OUTPUT" + #echo "LATEST=$(echo $(git tag -l --sort=-creatordate | head -n 1 ))" >> "$GITHUB_OUTPUT" DocMatrix: needs: InitialSetup