From b77c600f05118faf0b80d5b0d917fe6bbe5eda97 Mon Sep 17 00:00:00 2001 From: shaw Date: Sun, 20 Jul 2025 17:36:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=93=BE=E6=8E=A5=EF=BC=8C=E6=8C=87=E5=90=91?= =?UTF-8?q?=20GitHub=20Releases=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 23665d1b..d3e1559e 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -119,7 +119,7 @@ jobs: ## 📋 完整更新日志 - 查看 [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) + 查看 [所有版本](https://github.com/${{ github.repository }}/releases) --- *此版本由 GitHub Actions 自动发布* @@ -172,7 +172,7 @@ jobs: MESSAGE+="\`\`\`"$'\n'$'\n' MESSAGE+="🔗 *相关链接:*"$'\n' MESSAGE+="• [GitHub Release](https://github.com/${REPO}/releases/tag/${TAG})"$'\n' - MESSAGE+="• [完整更新日志](https://github.com/${REPO}/blob/main/CHANGELOG.md)"$'\n' + MESSAGE+="• [完整更新日志](https://github.com/${REPO}/releases)"$'\n' MESSAGE+="• [Docker Hub](https://hub.docker.com/r/weishaw/claude-relay-service)"$'\n'$'\n' MESSAGE+="#ClaudeRelay #Update #v${VERSION//./_}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5383d8b7..603fee45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: ## 📋 完整更新日志 - 查看 [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) + 查看 [所有版本](https://github.com/${{ github.repository }}/releases) draft: false prerelease: false