diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 50fb05de..9c764680 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -59,7 +59,7 @@ jobs: id: read_changelog run: | # Ensure, that the matching changelog file for the current version exists: - if [ ! -f "app/MindWork AI Studio/wwwroot/changelog/${env.FORMATTED_VERSION}.md" ]; then + if [ ! -f "app/MindWork AI Studio/wwwroot/changelog/${FORMATTED_VERSION}.md" ]; then echo "Changelog file 'app/MindWork AI Studio/wwwroot/changelog/${FORMATTED_VERSION}.md' not found" exit 1 else