Skip to content

Commit 3a2bde0

Browse files
committed
Update release.yml
1 parent a55e3d5 commit 3a2bde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cd ~
3030
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
3131
HASH=`curl -sS https://composer.github.io/installer.sig`
32-
sudo php8.0 /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
32+
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
3333
3434
cd /tmp
3535
mkdir linkstack
@@ -53,7 +53,7 @@ jobs:
5353
5454
cp "../../version.json" "version.json"
5555
56-
composer update --no-scripts -vvv
56+
php8.0 /usr/local/bin/composer update --no-scripts
5757
5858
php artisan migrate
5959
php artisan db:seed

0 commit comments

Comments
 (0)