diff --git a/.github/workflows/github_build_release.yml b/.github/workflows/github_build_release.yml index e3dd56b7..79d35ac6 100644 --- a/.github/workflows/github_build_release.yml +++ b/.github/workflows/github_build_release.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 68267dd7..87301829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.1] - 2023-07-11 +- [#156](https://github.com/os2display/display-api-service/pull/156) + Fix permissions in create release github action + ## [1.3.0] - 2023-07-11 + - [#155](https://github.com/os2display/display-api-service/pull/155) Set up separate image builds for itkdev and os2display - [#154](https://github.com/os2display/display-api-service/pull/154)