From 5ca6757fb006ce65e6a8a90aaa66bf9e81776d6c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 25 Nov 2024 19:09:35 -0700 Subject: [PATCH] ci: Set the default start_from job to be empty [skip ci] --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a694e6f..3c38966 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,10 @@ on: start_from: description: "Specify the job to start from" required: false - default: "bump" + default: "" type: choice options: + - "" - bump - release-plz