mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 20:47:47 +01:00
Update release.yml
This commit is contained in:
parent
8bcd7515aa
commit
9dec21ac20
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user