Skip to content

Commit 485fa19

Browse files
authored
Update release_conda.yml
1 parent 71cb34c commit 485fa19

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release_conda.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ jobs:
4747
CONDA_RECIPE_DIR=".github/conda"
4848
ANACONDA_CHANNEL="ctlearn-project"
4949
FULL_TAG="${{ github.event.release.tag_name }}"
50-
51-
# 2. **EXTRACCIÓN**: Elimina el prefijo 'v' (o 'V') para obtener solo el número (ej: 0.15.0)
52-
# Esta sintaxis de bash elimina la subcadena más corta del inicio que coincida con 'v' o 'V'.
5350
VERSION="${FULL_TAG#v}"
51+
VERSION="${VERSION#V}"
5452
echo "Building package version: $VERSION"
5553
5654
# --- FASE DE CONSTRUCCIÓN ---

0 commit comments

Comments
 (0)