From cdd85fdc9b4661336d6e4b7562712af34385b752 Mon Sep 17 00:00:00 2001 From: tcfshcrw <48719709+tcfshcrw@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:48:15 +0800 Subject: [PATCH] Update getVersionString.yml rename the task name --- .github/workflows/getVersionString.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/getVersionString.yml b/.github/workflows/getVersionString.yml index 2e648a02..c42b12c4 100644 --- a/.github/workflows/getVersionString.yml +++ b/.github/workflows/getVersionString.yml @@ -1,5 +1,5 @@ # This is the name of the workflow, visible on GitHub UI. -name: PreRelease_Build_Task +name: Get_Python_String_Build_Task # Controls when the action will run. on: