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