fix: do not overwrite github release

This commit is contained in:
Michael Barz
2025-03-26 21:09:23 +01:00
parent 1c9f7654d6
commit c3e0fcc967

View File

@@ -1706,7 +1706,6 @@ def binaryRelease(ctx, arch, depends_on = []):
"opencloud/dist/release/*",
],
"title": ctx.build.ref.replace("refs/tags/v", ""),
"overwrite": True,
"prerelease": len(ctx.build.ref.split("-")) > 1,
},
"when": [
@@ -1786,7 +1785,6 @@ def licenseCheck(ctx):
"third-party-licenses.tar.gz",
],
"title": ctx.build.ref.replace("refs/tags/v", ""),
"overwrite": True,
"prerelease": len(ctx.build.ref.split("-")) > 1,
},
"when": [