From b72578ecbe294631e00eda66f610c04ad1eed891 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Tue, 29 Apr 2025 01:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E4=BF=AE=E5=A4=8D=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=8F=98=E6=9B=B4=E6=97=A5=E5=BF=97=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E8=BE=93=E5=87=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/liteyuki-gitea-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/liteyuki-gitea-release.yaml b/.github/workflows/liteyuki-gitea-release.yaml index 458dfb8..b0e95ed 100644 --- a/.github/workflows/liteyuki-gitea-release.yaml +++ b/.github/workflows/liteyuki-gitea-release.yaml @@ -7,7 +7,6 @@ on: env: GITEA_API_URL: https://git.liteyuki.icu/api/v1 # 替换为你的 Gitea API 地址 - jobs: release: @@ -20,9 +19,10 @@ jobs: - name: Generate Changelog run: | + echo "Current version: ${{ github.ref_name }}" wget -O /usr/bin/changelog https://gitea.com/gitea/changelog/releases/download/v1.0.0/changelog-1.0.0-linux-amd64 chmod +x /usr/bin/changelog - changelog -m=${{ github.ref_name }}" -c=./changelog.yaml + changelog -m=${{ github.ref_name }} -c=./changelog.yaml # 创建 Gitea Release - name: Create Gitea Release