Compare commits

..

No commits in common. "main" and "v1.0.8" have entirely different histories.
main ... v1.0.8

View File

@ -7,6 +7,7 @@ on:
env:
GITEA_API_URL: https://git.liteyuki.icu/api/v1 # 替换为你的 Gitea API 地址
jobs:
release:
@ -19,10 +20,9 @@ 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