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