feat: update version to 1.2.7 in platformio.ini; adjust Gitea release workflow

This commit is contained in:
Manuel Weiser 2025-02-18 22:28:31 +01:00
parent b13f2c4eee
commit dc5118587c
2 changed files with 3 additions and 3 deletions

View File

@ -66,11 +66,11 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT
- name: Create Release - name: Create Release
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_API_URL: ${{ secrets.GITEA_API_URL }} GITEA_API_URL: ${{ secrets.GITEA_API_URL }}
GITEA_REPOSITORY: ${{ secrets.GITEA_REPOSITORY }} GITEA_REPOSITORY: ${{ secrets.GITEA_REPOSITORY }}
run: | run: |
# Create release using Gitea API # Create release using Gitea API
RESPONSE=$(curl -X POST \ RESPONSE=$(curl -X POST \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \

View File

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