From 50deef27633ca1a40c2952b68858de4329a02db4 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 14 Sep 2025 14:35:53 +0100 Subject: [PATCH] fix: disable stable release workflow to prevent old versioning conflicts --- .github/workflows/release.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30f9c50..422307d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,11 @@ -name: Release (semantic-release) +name: Release (semantic-release) - DISABLED -on: - push: - branches: - - main +# DISABLED: Using custom alpha/beta workflow instead +# This will be re-enabled when we're ready for stable releases +# on: +# push: +# branches: +# - main permissions: contents: write