fix: fix file inclusion in tag commits, ref: NOISSUE
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 1m54s
SonarQube Scan / SonarQube Trigger (push) Successful in 1m52s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m27s
Upload Python Package / Create Release (push) Successful in 7s
Upload Python Package / deploy (push) Failing after 1m36s

This commit is contained in:
Simon Diesenreiter 2024-12-02 11:05:52 +01:00
parent 6d4b9315f4
commit 75af8ebc69
2 changed files with 2 additions and 2 deletions

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

View File

@ -1 +1 @@
0.1.1
0.2.0