From ab7002e68736af057ac960892a3e1f3a79ea20bc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 11 Jan 2024 12:03:55 +0000 Subject: [PATCH] Update build_prepare.yaml --- .github/workflows/build_prepare.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_prepare.yaml b/.github/workflows/build_prepare.yaml index e31d757..e264d31 100644 --- a/.github/workflows/build_prepare.yaml +++ b/.github/workflows/build_prepare.yaml @@ -74,6 +74,7 @@ jobs: # Pick the greatest one VERSION=$(cat VERSIONS | sort -uf | tail -n1) + echo "Found latest nightly version $VERSION" # Increment it echo "nightly=$(scripts/generate-nightly-version.ts --latest $VERSION)" >> $GITHUB_OUTPUT env: