From 34975ef9a00c9a62a377f622e31deddfcf924d55 Mon Sep 17 00:00:00 2001 From: yifang Date: Wed, 26 Jan 2022 08:12:28 +0800 Subject: [PATCH] github action:modify release note --- .github/workflows/ubuntu.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c602d16c..d97534d9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -79,7 +79,7 @@ jobs: asset_name: ${{ steps.vars.outputs.appname }} tag: prerelease-${{steps.vars.outputs.release_date}} overwrite: true - release_name: Ubuntu-Windows-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }} built on: ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} + release_name: Ubuntu-Windows-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }} built on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} prerelease: true body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e807c967..0ad813d2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -107,7 +107,7 @@ jobs: asset_name: ${{ steps.package.outputs.packageName }}.zip tag: prerelease-${{steps.vars.outputs.release_date}} overwrite: true - release_name: Ubuntu-Windows-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }} built on:${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} + release_name: Ubuntu-Windows-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }} built on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} prerelease: true body: | release on date: ${{steps.vars.outputs.release_date}} time: ${{steps.vars.outputs.release_time_clock}}