diff --git a/.github/workflows/providers/gitea-release.yml b/.github/workflows/providers/gitea-release.yml index 7ede575..083e412 100644 --- a/.github/workflows/providers/gitea-release.yml +++ b/.github/workflows/providers/gitea-release.yml @@ -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}" \ diff --git a/platformio.ini b/platformio.ini index b7698fd..cc90c3f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [common] -version = "1.2.6" +version = "1.2.7" [env:esp32dev] platform = espressif32