From 0771767882d9bf13a44f1c943a5b028be4244c42 Mon Sep 17 00:00:00 2001 From: Charles Teague Date: Mon, 19 Feb 2024 09:01:02 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c2b5ac..5bc23f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: jlpm run test - name: Increment the Version - if: ${{ inputs.increment-version && inputs.increment-version != "none" }} + if: ${{ inputs.increment-version && inputs.increment-version != 'none' }} run: | hatch version ${{ inputs.increment-version }}