diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 721519b..27293f9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: ./convertir.sh - name: Obtener Ășltima tag - run: | + run: | TAG=$(git describe --tags --abbrev=0) echo "TAG=${TAG}" >> $GITHUB_ENV