feat: update version to 1.2.54 and add check for missing changelog in Gitea release workflow
This commit is contained in:
@ -81,6 +81,7 @@ jobs:
|
||||
if [ -z "$CHANGELOG" ]; then
|
||||
echo "No changelog found for version $VERSION"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Create Release
|
||||
env:
|
||||
|
Reference in New Issue
Block a user