From 95509b2fdce99abc167232bc23a0d0cae17e0980 Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Thu, 6 Feb 2025 11:30:46 +1100 Subject: [PATCH] chore: bug in nightly_detect_failure.yml (#1120) --- .github/workflows/nightly_detect_failure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_detect_failure.yml b/.github/workflows/nightly_detect_failure.yml index bb5c90b942..6e2c435ec6 100644 --- a/.github/workflows/nightly_detect_failure.yml +++ b/.github/workflows/nightly_detect_failure.yml @@ -52,9 +52,9 @@ jobs: echo "Creating tag nightly-testing-$version from the current state of the nightly-testing branch." git tag nightly-testing-$version git push origin nightly-testing-$version + fi hash="$(git rev-parse "nightly-testing-${version}")" printf 'SHA=%s\n' "${hash}" >> "${GITHUB_ENV}" - fi else echo "Error: The file lean-toolchain does not contain the expected pattern." exit 1