Skip to content

Commit

Permalink
DISPLAY-986: Fix permissions in create release github action
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Jul 11, 2023
1 parent 1158e2f commit b793049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Composer install
run: |
docker network create frontend
docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
docker compose run --rm phpfpm composer clear-cache
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
rm -rf infrastructure
- name: Make assets dir
Expand Down

0 comments on commit b793049

Please sign in to comment.