Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Z0lr3n/tclolyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Z0lr3n committed Feb 15, 2024
2 parents e64ee8e + 788e86e commit ce7be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_tclolyoapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run composer install if composer.json exists
if: steps.check_files.outputs.files_exists == 'true'
run: composer update && composer validate --no-check-publish && composer install --prefer-dist --no-progress
run: composer update && composer install --no-progress

- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand Down

0 comments on commit ce7be79

Please sign in to comment.