feat: update version to 1.2.52 and improve Gitea release workflow output handling

This commit is contained in:
Manuel Weiser 2025-02-19 20:35:33 +01:00
parent bd5b32a3b0
commit 3fc3a689cb
2 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,9 @@ jobs:
- name: Read CHANGELOG.md
id: changelog
run: |
ls -alh
if [ -z "$GITHUB_OUTPUT" ]; then
GITHUB_OUTPUT="output.txt"
fi
CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md)
echo "$CHANGELOG"
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.2.51"
version = "1.2.52"
[env:esp32dev]
platform = espressif32