From 1d77bc57df983ca2cc19b0493d48cc4a7d2a5649 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Mon, 2 Jun 2025 14:16:43 +0800 Subject: [PATCH] feat: rename job and update release tag for autobuild process --- .github/workflows/autobuild.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 96e882c5..703d0d41 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -16,6 +16,7 @@ concurrency: jobs: check_commit: + name: Check Commit Needs Build runs-on: ubuntu-latest outputs: should_run: ${{ steps.check.outputs.should_run }} @@ -414,8 +415,8 @@ jobs: - name: Upload Release uses: softprops/action-gh-release@v2 with: - tag_name: alpha - name: "Clash Verge Rev Alpha" + tag_name: autobuild + name: "Clash Verge Rev AutoBuild" prerelease: true token: ${{ secrets.GITHUB_TOKEN }} files: |