Skip to content

Commit b793049

Browse files
committed
DISPLAY-986: Fix permissions in create release github action
1 parent 1158e2f commit b793049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Composer install
2222
run: |
2323
docker network create frontend
24-
docker compose run --rm phpfpm composer install --no-dev -o --classmap-authoritative
25-
docker compose run --rm phpfpm composer clear-cache
24+
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer install --no-dev -o --classmap-authoritative
25+
docker compose run --rm --user=root --env APP_ENV=prod phpfpm composer clear-cache
2626
rm -rf infrastructure
2727
2828
- name: Make assets dir

0 commit comments

Comments
 (0)