diff --git a/liteyuki_flow/resource_handler.py b/liteyuki_flow/resource_handler.py index 5d33f1fc..1d4a21e7 100644 --- a/liteyuki_flow/resource_handler.py +++ b/liteyuki_flow/resource_handler.py @@ -185,6 +185,7 @@ def add_resource(github: Github, issue: Issue, repo: Repository) -> err: ref.edit(commit.sha) if "pre-checked" in [l.name for l in issue.labels]: issue.remove_from_labels("pre-checked") + issue.add_to_labels("published") push_publish_result(issue, f"✅ 资源包 {name} 已发布!商店页面稍后就会更新。") return nil except Exception as e: