feat: update version to 1.2.54 and add check for missing changelog in Gitea release workflow
This commit is contained in:
parent
77032bf9ae
commit
8d80a8fb5a
@ -81,6 +81,7 @@ jobs:
|
||||
if [ -z "$CHANGELOG" ]; then
|
||||
echo "No changelog found for version $VERSION"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Create Release
|
||||
env:
|
||||
|
@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[common]
|
||||
version = "1.2.53"
|
||||
version = "1.2.54"
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
Loading…
x
Reference in New Issue
Block a user