Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Aug 22, 2023
1 parent 8bcd751 commit 9dec21a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
HASH=`curl -sS https://composer.github.io/installer.sig`
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
sudo update-alternatives --set php /usr/bin/php8.0
cd /tmp
mkdir linkstack
cd linkstack
Expand All @@ -50,7 +52,7 @@ jobs:
cp "../../version.json" "version.json"
/usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
composer update --no-scripts
php artisan migrate
php artisan db:seed
Expand Down

0 comments on commit 9dec21a

Please sign in to comment.