Skip to content

Commit 0d4caa7

Browse files
Make sure Laravel language files are included in the release
1 parent 39fd461 commit 0d4caa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
cp "../../version.json" "version.json"
5454
5555
composer update --no-scripts
56+
57+
php artisan lang:update
5658
5759
php artisan migrate
5860
php artisan db:seed

0 commit comments

Comments
 (0)