fix: 修复 Gitea 发布工作流在 fork/镜像仓库中的兼容性问题 #1

Merged
Eeveid merged 24 commits from zhilv/lightOps:main into main 2026-05-28 18:53:16 +08:00
Showing only changes of commit 738ff8248f - Show all commits

View File

@@ -138,6 +138,9 @@ jobs:
cd lightops-src
TAG="$(cat /tmp/lightops-release-tag)"
bash scripts/publish-gitea-release.sh \
--gitea-url "$GITEA_URL" \
--owner "$GITEA_OWNER" \
--repo "$GITEA_REPO" \
--tag "$TAG" \
--title "LightOps ${TAG}" \
--target "main" \