Skip to content

Commit 93edff5

Browse files
dewitt4Copilot
andauthored
Update .github/workflows/release.yml
Co-authored-by: Copilot <[email protected]>
1 parent d9c304a commit 93edff5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ jobs:
152152
;;
153153
esac
154154
155-
# Validate BUILD_PATH was set
156-
if [ -z "$BUILD_PATH" ]; then
157-
echo "Error: Unknown component '$COMPONENT'. BUILD_PATH not set."
158-
exit 1
159-
fi
160155
161156
echo "Building component: $COMPONENT"
162157
echo "Build path: $BUILD_PATH"

0 commit comments

Comments
 (0)