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 \