🐛 (autoupdate) Fix bug on calling update-new-version.sh

This commit is contained in:
Marcel Kapfer 2023-07-26 19:47:13 +02:00
parent 63ff9410bb
commit 328a63e61b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ new_version="$(echo "$check" | xmllint --xpath 'string(/dehs/upstream-version)'
popd
./update-new-version.sh --autoupdate "$new_version"
./update-new-version.sh "$new_version"
git add -A
git commit -m "Upstream version $new_version"