test : affiche version
This commit is contained in:
parent
7359949f3e
commit
2aaf6dbf11
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user