From 4e783a217a942f48469aed6b445d59ee0c63cc0f Mon Sep 17 00:00:00 2001 From: Xiaosu Zhu Date: Mon, 14 Mar 2022 14:47:33 +0800 Subject: [PATCH] Update create-new-release.yml --- .github/workflows/create-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-new-release.yml b/.github/workflows/create-new-release.yml index 80fa4bb..0015ee9 100644 --- a/.github/workflows/create-new-release.yml +++ b/.github/workflows/create-new-release.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Bump version to ${{ github.event.inputs.release-tag }} +name: Bump version # Controls when the action will run. on: # Allows you to run this workflow manually from the Actions tab