更新 Gitea 发布工作流,修改输出信息格式以增强可读性
All checks were successful
Release to Liteyuki Gitea / release (push) Successful in 6s
Publish to Liteyuki PyPI / Upload release to PyPI (push) Successful in 17s

This commit is contained in:
远野千束 2025-04-29 00:40:22 +08:00
parent 3db6cfcb17
commit b3d99bfe93

View File

@ -21,7 +21,7 @@ jobs:
GITEA_API_URL: https://git.liteyuki.icu/api/v1 # 替换为你的 Gitea API 地址
run: |
TAG_NAME=$(echo $GITHUB_REF | sed 's/refs\/tags\///')
echo ${{ github.repository }} ${{ github.repository_owner }} ${{ github.event.repository.name }}
echo 'AAA ${{ github.repository }} ${{ github.repository_owner }} ${{ github.event.repository.name }}'
curl -X POST "$GITEA_API_URL/repos/bot/yukilog/releases" \
-H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \