fix: bugfix, ref: NOISSUE
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 1m30s
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 1m33s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m46s
Update Level Inputs / run (push) Successful in 1m34s

This commit is contained in:
Simon Diesenreiter 2024-12-15 17:25:23 +01:00
parent 7e096e4b9a
commit 9bfb23eac6

View File

@ -46,7 +46,7 @@ create_file() {
}
get_commit_range() {
rm $TEMP_FILE_PATH/messages.txt
rm -f $TEMP_FILE_PATH/messages.txt
if [[ $LAST_TAG =~ $PATTERN ]]; then
create_file true
else