From 379f817e1ee340e80c295567fa378d05790a5e1f Mon Sep 17 00:00:00 2001 From: Kristina Date: Sun, 17 May 2026 21:40:53 +0200 Subject: [PATCH] release + html 2 --- .gitea/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d2538bc..721519b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -22,12 +22,16 @@ jobs: chmod +x convertir.sh ./convertir.sh + - name: Obtener Ășltima tag + run: | + TAG=$(git describe --tags --abbrev=0) + echo "TAG=${TAG}" >> $GITHUB_ENV - name: Crear release env: TOKEN: ${{ secrets.RELEASE_TOKEN }} run: | - TAG="${GITHUB_REF_NAME}" + TAG="${env.TAG}" JSON_PAYLOAD=$(cat <