Merge branch '5.3'

This commit is contained in:
Jelle Spijker 2023-03-08 11:28:58 +01:00
commit 769ff3c736
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ jobs:
# %% Get the actual version
latest_branch_version = Version("0.0.0")
latest_branch_tag = None
for tag in repo.git.tag(merged = True).splitlines():
for tag in repo.active_branch.repo.tags:
if str(tag).startswith("firmware") or str(tag).startswith("master"):
continue # Quick-fix for the versioning scheme name of the embedded team in fdm_materials(_private) repo
try: