From 2e6f3e8e4422c0c9acb70293599f382846fd837f Mon Sep 17 00:00:00 2001 From: Charles Teague Date: Mon, 19 Feb 2024 09:00:18 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9bec1d1..7c2b5ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ on: required: false type: choice options: + - none - patch - minor - major @@ -57,7 +58,7 @@ jobs: jlpm run test - name: Increment the Version - if: ${{ inputs.increment-version }} + if: ${{ inputs.increment-version && inputs.increment-version != "none" }} run: | hatch version ${{ inputs.increment-version }}