浏览代码

ci: Update Release Note

MystiPanda 1 年之前
父节点
当前提交
673fdf4721
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .github/workflows/alpha.yml

+ 9 - 0
.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