chore: apply requested changes

This commit is contained in:
Ralph Khreish
2025-08-03 15:25:30 +03:00
parent fcb25c2920
commit 041a4970f2

View File

@@ -40,8 +40,9 @@ jobs:
- name: Check pre-release mode - name: Check pre-release mode
run: | run: |
set -euo pipefail
echo "🔍 Checking pre-release mode status..." echo "🔍 Checking pre-release mode status..."
if [ -f .changeset/pre.json ]; then if [[ -f .changeset/pre.json ]]; then
echo "❌ ERROR: Main branch is in pre-release mode!" echo "❌ ERROR: Main branch is in pre-release mode!"
echo "" echo ""
echo "Pre-release mode should only be used on feature branches, not main." echo "Pre-release mode should only be used on feature branches, not main."