From c99cefbc2a4141bddee7df2b8aa4b8add6671d11 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 20:27:10 +0000 Subject: [PATCH] fix: replace github.ref with gitea.ref for CI compatibility --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 69fe5f9..f207176 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: build: runs-on: ubuntu-latest needs: test - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(gitea.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4