From 5da14206cd446cda4a7b95f775e44aa7b0d3ea56 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 23 May 2024 10:58:46 -0400 Subject: [PATCH] fix typo in version audit --- .github/workflows/release_prep_hatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_prep_hatch.yml b/.github/workflows/release_prep_hatch.yml index 913c3403..abd90750 100644 --- a/.github/workflows/release_prep_hatch.yml +++ b/.github/workflows/release_prep_hatch.yml @@ -126,7 +126,7 @@ jobs: then is_current=true fi - echo "is-current=$is_updated" >> $GITHUB_OUTPUT + echo "is-current=$is_current" >> $GITHUB_OUTPUT - name: "[INFO] Skip version bump" if: steps.version.outputs.is-current == 'true'