generated from Templates/Dotnet_Library
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
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:
parent
6d4b9315f4
commit
75af8ebc69
@ -46,7 +46,7 @@ create_file() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_commit_range() {
|
get_commit_range() {
|
||||||
rm $TEMP_FILE_PATH/messages.txt
|
rm -f $TEMP_FILE_PATH/messages.txt
|
||||||
if [[ $LAST_TAG =~ $PATTERN ]]; then
|
if [[ $LAST_TAG =~ $PATTERN ]]; then
|
||||||
create_file true
|
create_file true
|
||||||
else
|
else
|
||||||
|
@ -1 +1 @@
|
|||||||
0.1.1
|
0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user