From 04a1aedea92f07a5e0c70108d4c53da7be18908d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Fri, 17 Mar 2023 05:40:36 +0000 Subject: [PATCH] chore: add actions running title --- .github/workflows/release-and-update-changelog.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index de8403f..aa3bff0 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -14,9 +14,9 @@ on: workflow_dispatch: inputs: release_version: - required: false + required: true type: string - +run-name: "Release CI:version ${{ inputs.release_version }}" env: RELEASE_VERSION: ${{ inputs.release_version }} @@ -84,4 +84,4 @@ jobs: if: ${{ env.RELEASE_VERSION != '' }} run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }} - name: publish the update - run: git push --follow-tags \ No newline at end of file + run: git push --follow-tags