This commit is contained in:
Hubert Cornet 2025-01-30 20:14:31 +01:00
parent bea5190284
commit 67020fd2c0

View File

@ -30,7 +30,7 @@ jobs:
fi
docker compose config -q
Deploy and Test:
Deploy-And-Test:
runs-on: ubuntu-latest
steps:
@ -104,7 +104,6 @@ jobs:
git add VERSION
git commit -m "Incrémentation automatique de la version à $new_version"
- name: Fusionner dans main
if: success()
run: |