From 9d64b099a4fb1db4f5c5d20080515ae8561e4cdc Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:34:38 +0100 Subject: [PATCH] Lint --- .github/workflows/versioning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 95518c3..ea3c246 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -55,8 +55,8 @@ jobs: - name: Update stable tag if: | - success() && - github.event_name == 'workflow_dispatch' && + success() && + github.event_name == 'workflow_dispatch' && inputs.update_stable run: | # Verify version bump was successful