fix(ci): set explicit release tag

This commit is contained in:
edde746
2026-07-13 01:42:41 +02:00
parent bd83c10b9b
commit 8210b23d31
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -176,6 +176,10 @@ for artifact in (
"linux-arm64",
):
require(f"name: {artifact}" in release, f"release download lost {artifact}")
require(
"tag_name: ${{ steps.version.outputs.version }}" in release,
"release must explicitly use the pubspec version as its tag",
)
if errors:
for error in errors: