Log found changelog

This commit is contained in:
Thorsten Sommer 2024-06-22 12:18:35 +02:00
parent 780e0ac7c2
commit a34e9c80da
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -50,6 +50,8 @@ jobs:
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
echo "Changelog file '${FORMATTED_VERSION}.md' found"
fi
# Read the changelog file: