From 23da0a44851630b830b7b4d4fa68638a3d4963e0 Mon Sep 17 00:00:00 2001 From: Reuven Gonzales Date: Tue, 11 Nov 2025 13:54:42 -0800 Subject: [PATCH] fix: change release condition to trigger on automatic bump Thought I had addressed this. Must have pushed an incorrect patch :/ --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ac7483..b7f0964 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: - name: Run the release run: | pnpm release - if: ${{ inputs.bump != 'automatic' }} + if: ${{ inputs.bump == 'automatic' }} - name: Run minor bump run: |