From 0b9c1711dabd9dde7435fb0aa93e6ff80f13a283 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Wed, 19 Feb 2025 01:30:46 +0100 Subject: [PATCH] feat: update Gitea release condition and increment version to 1.2.21 --- .github/workflows/release.yml | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb6411a..eab38de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: changelog: ${{ steps.changelog.outputs.changelog }} - name: Run Gitea Release - if: github.server_url != 'https://github.com' + if: github.server_url != 'https://gitlab.fire-devils.org' uses: ./.github/workflows/providers/gitea-release.yml with: version: ${{ steps.version.outputs.version }} diff --git a/platformio.ini b/platformio.ini index e778977..383058c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [common] -version = "1.2.20" +version = "1.2.21" [env:esp32dev] platform = espressif32