Make sure Laravel language files are included in the release
This commit is contained in:
parent
39fd4614e5
commit
0d4caa7110
|
@ -53,6 +53,8 @@ jobs:
|
||||||
cp "../../version.json" "version.json"
|
cp "../../version.json" "version.json"
|
||||||
|
|
||||||
composer update --no-scripts
|
composer update --no-scripts
|
||||||
|
|
||||||
|
php artisan lang:update
|
||||||
|
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
|
|
Loading…
Reference in New Issue