Update .gitea/workflows/build.yaml

This commit is contained in:
2026-07-12 07:11:55 +00:00
parent 64487de9d3
commit 34ea05eabc
+3
View File
@@ -11,9 +11,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20 # Aumentamos a 20 min para evitar que se corte el clone
steps:
- name: Checkout del código
uses: actions/checkout@v3
with:
fetch-depth: 1 # IMPORTANTE: Solo descarga el último commit, no todo el historial
# 1. NUEVO: Generamos la versión semántica dinámica
- name: Definir Versión Semántica