feat: update Gitea release condition and increment version to 1.2.21

This commit is contained in:
2025-02-19 01:30:46 +01:00
parent e2449030c5
commit 0b9c1711da
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}