diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0ebd3ee..abd9c96 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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