diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a66ccdd..eb35396 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: # 1. Check if PR was actually merged (not just closed) if [[ "$IS_MERGED" != "true" ]]; then echo "::notice::PR was closed without merging. Skipping release." - exit 0 + exit 1 fi # 2. Check if source branch starts with 'release/'