From 7e183872a1805897c9fd460c60101741e5a39552 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 8 May 2026 20:43:31 -0500 Subject: [PATCH] ci: use GITHUB_SHA for publish version (GITEA_SHA is not set) --- .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 cc3fb95..eea0763 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: env: GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} run: | - VERSION="${GITEA_SHA:0:8}" + VERSION="${GITHUB_SHA:0:8}" gcloud artifacts generic upload \ --repository=foundation-dev \