From 6b565d7c8f4a4f7cd65173353e973e0632c8f258 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 9 Jul 2026 19:47:16 +0200 Subject: [PATCH] Make sure key exists. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fab0c9799..a725ac00ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,9 @@ jobs: - name: Lint Blade templates run: | echo "Will now run Blade linter" + cp .env.example .env php artisan blade:lint + rm .env - name: Crowdin action uses: crowdin/github-action@v2 with: