diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 543b87e..380c06d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: cd docker-compose sha512sum docker-compose-ce.yaml > docker-compose-ce-SHA512SUM.txt && sha512sum docker-compose-pro.yaml > docker-compose-pro-SHA512SUM.txt && - sha512sum docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt && + sha512sum ../dev/docker-compose-dev.yaml > docker-compose-dev-SHA512SUM.txt && sha512sum docker-compose-ce-postgresql.yaml > docker-compose-ce-postgresql-SHA512SUM.txt - uses: ncipollo/release-action@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a6904..07e3de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...HEAD) +## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.1...HEAD) + +## [3.9.1](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...v3.9.1) - 2023-01-31 + +### Fixed +- Github actions on new path for development composer files ## [3.9.0](https://github.com/passbolt/passbolt_docker/compare/v3.8.1...v3.9.0) - 2023-01-31