From 061d507825b0b5ae4679361683a3872e98b5827f Mon Sep 17 00:00:00 2001 From: nitrix Date: Sun, 8 Mar 2026 14:15:41 +0100 Subject: [PATCH] Use GitHub-hosted mirror for gitea-release-action The Gitea runner cannot reach gitea.com (IPv6 timeout), so switch to the akkuman/gitea-release-action mirror hosted on GitHub. Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 259fac7..a5f79a9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -129,7 +129,7 @@ jobs: echo "Container image: \`${IMAGE}:${{ steps.semver.outputs.full }}\`" >> RELEASE_NOTES.md - name: Create Gitea release - uses: https://gitea.com/actions/gitea-release-action@v1 + uses: akkuman/gitea-release-action@v1 with: tag_name: ${{ github.ref_name }} name: v${{ steps.semver.outputs.full }}