Make sure Laravel language files are included in the release

This commit is contained in:
Julian Prieber 2024-10-07 16:49:30 +02:00 committed by GitHub
parent 39fd4614e5
commit 0d4caa7110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ jobs:
composer update --no-scripts
php artisan lang:update
php artisan migrate
php artisan db:seed
php artisan db:seed --class="PageSeeder"