test : affiche version
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 8s
CI/CD Docker Compose / Deploy-And-Test (push) Failing after 1m20s

This commit is contained in:
Hubert Cornet 2025-01-31 19:05:35 +01:00
parent 7359949f3e
commit 2aaf6dbf11

View File

@ -97,6 +97,7 @@ jobs:
- name: Incrémenter le numéro de version
if: success()
run: |
cat VERSION
current_version=$(cat VERSION)
new_version=$(echo "$current_version + 1" | bc)
echo "$new_version" > VERSION