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 773b4de commit 6e8ad46
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@ jobs:
echo "GitHub API key found."
fi
- name: Install PHP cli + composer
- name: Updating Dependencies + zip
run: |
sudo apt update
sudo apt install php8.0-cli unzip
php -v
cd ~
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
HASH=`curl -sS https://composer.github.io/installer.sig`
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
cd /tmp
mkdir linkstack
cd linkstack
Expand All @@ -53,7 +45,7 @@ jobs:
cp "../../version.json" "version.json"
php8.0 /usr/local/bin/composer update --no-scripts
/usr/bin/php8.0 /usr/local/bin/composer update --no-scripts
php artisan migrate
php artisan db:seed
Expand Down

0 comments on commit 6e8ad46

Please sign in to comment.