Skip to content

Commit 6e8ad46

Browse files
committed
Update release.yml
1 parent 773b4de commit 6e8ad46

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,8 @@ jobs:
2121
echo "GitHub API key found."
2222
fi
2323
24-
- name: Install PHP cli + composer
24+
- name: Updating Dependencies + zip
2525
run: |
26-
sudo apt update
27-
sudo apt install php8.0-cli unzip
28-
php -v
29-
cd ~
30-
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
31-
HASH=`curl -sS https://composer.github.io/installer.sig`
32-
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
33-
3426
cd /tmp
3527
mkdir linkstack
3628
cd linkstack
@@ -53,7 +45,7 @@ jobs:
5345
5446
cp "../../version.json" "version.json"
5547
56-
php8.0 /usr/local/bin/composer update --no-scripts
48+
/usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
5749
5850
php artisan migrate
5951
php artisan db:seed

0 commit comments

Comments
 (0)