From e3e0e9796b5cca03f97f361f7c17a328586c0573 Mon Sep 17 00:00:00 2001 From: metacubex Date: Mon, 27 Feb 2023 23:02:45 +0800 Subject: [PATCH] chore: better workflow --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66b694de..a47ff3fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -221,6 +221,10 @@ jobs: tag: Prerelease-${{ github.ref_name }} deleteOnlyFromDrafts: false + - name: Set Env + run: echo "BUILDTIME=$(date -u)" >> $GITHUB_ENV + shell: bash + - name: Tag Repo uses: richardsimko/update-tag@v1.0.6 with: @@ -237,6 +241,10 @@ jobs: files: bin/* prerelease: true generate_release_notes: true + body: | + Release created at ${{ env.BUILDTIME }} + Synchronize ${{ github.ref_name }} branch code updates, keeping only the latest version +
Upload-Release: permissions: write-all