From 0d4caa71108f506613c048b5f90fd308ae55b1c5 Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Mon, 7 Oct 2024 16:49:30 +0200 Subject: [PATCH] Make sure Laravel language files are included in the release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa5afd8..9da3214 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,8 @@ jobs: cp "../../version.json" "version.json" composer update --no-scripts + + php artisan lang:update php artisan migrate php artisan db:seed