feat: update Gitea release condition and increment version to 1.2.21
This commit is contained in:
parent
e2449030c5
commit
0b9c1711da
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
changelog: ${{ steps.changelog.outputs.changelog }}
|
changelog: ${{ steps.changelog.outputs.changelog }}
|
||||||
|
|
||||||
- name: Run Gitea Release
|
- 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
|
uses: ./.github/workflows/providers/gitea-release.yml
|
||||||
with:
|
with:
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.2.20"
|
version = "1.2.21"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user