From 7d9d1c82b6cf2708f451f9e19c4b71c1c4ec6c84 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Thu, 15 Feb 2024 20:05:00 +0800 Subject: [PATCH] ci: Update Release Note --- .github/workflows/alpha.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 9abf4ef0..73d1fb6a 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -158,3 +158,12 @@ jobs: ## Clash Verge Rev Alpha Created at ${{ env.BUILDTIME }}. EOF + - name: Upload Release + uses: softprops/action-gh-release@v1 + with: + tag_name: alpha + name: "Clash Verge Rev Alpha" + body_path: release.txt + prerelease: true + token: ${{ secrets.GITHUB_TOKEN }} + generate_release_notes: true