This commit is contained in:
2023-03-29 19:53:10 +02:00
parent 8e40deae6a
commit dda2418255
2 changed files with 53 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ if [ "$( git rev-parse --abbrev-ref HEAD )" != "master" ]; then
exit 1
fi
git pull --rebase
git pull --ff
curr_vers=$(git describe --tags --abbrev=0 | sed 's/v//g')