chore(gha): fix release preparation workflow (#8467)

This commit is contained in:
César Arroba
2025-08-07 10:36:22 +02:00
committed by GitHub
parent 240b02b498
commit 033e9fd58c
@@ -168,7 +168,7 @@ jobs:
# Update poetry lock file
echo "Updating poetry.lock file..."
cd api
poetry lock --no-update
poetry lock
cd ..
# Commit and push the changes