GitHub Actions Iterations

This commit is contained in:
Semantic Versioner
2023-07-22 05:11:51 -04:00
parent 8b214aab3d
commit 1138c97865
2 changed files with 1 additions and 4 deletions

View File

@ -136,7 +136,7 @@ class SemVer:
with open(file_path, "w") as file:
file.write(filedata)
else:
logger.info(
logger.warning(
f"Tried to version file: '{file_path}' but it doesn't exist!"
)