Update build_prepare.yaml

This commit is contained in:
Michael Telatynski 2024-01-11 12:03:55 +00:00 committed by GitHub
parent de7e99edab
commit ab7002e687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: