1. Fix the issue of duplicate entity names;

2. Fix the issue of some entities being unavailable;
This commit is contained in:
nius
2026-05-06 18:13:13 +08:00
parent 3b562b0371
commit 1f122f2235
3 changed files with 6 additions and 6 deletions

View File

@@ -167,7 +167,7 @@ fi
if [ "$RELEASE_CREATED" = false ]; then
echo "📋 下一步操作 (手动发布):"
echo "1. 访问 GitHub 创建 Release:"
echo " https://github.com/suyulin/jackery/releases/new?tag=$TAG_NAME"
echo " https://github.com/ht-it-lab/jackery/releases/new?tag=$TAG_NAME"
echo ""
echo "2. 如果尚未安装,推荐安装 GitHub CLI (gh) 以便下次自动发布。"
fi