Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user