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

This commit is contained in:
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
- name: Create Release
env:
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_API_URL: ${{ secrets.GITEA_API_URL }}
GITEA_REPOSITORY: ${{ secrets.GITEA_REPOSITORY }}
run: |
run: |
# Create release using Gitea API
RESPONSE=$(curl -X POST \
-H "Authorization: token ${GITEA_TOKEN}" \