Skip to content

Commit 6c0560e

Browse files
committed
Fix copy-paste typo in the if condition
Signed-off-by: marko-bekhta <[email protected]>
1 parent 1d4f428 commit 6c0560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ if [ "$PUSH_CHANGES" != "true" ]; then
188188
ADDITIONAL_OPTIONS="-d"
189189
fi
190190

191-
elif [ "$PROJECT" == "infra-theme" || "$PROJECT" == "infra-extensions" ]; then
191+
if [ "$PROJECT" == "infra-theme" || "$PROJECT" == "infra-extensions" ]; then
192192
# infra projects are using different release plugins than main maven-based projects,
193193
# and they require both release and development versions:
194194
bash -xe "$SCRIPTS_DIR/prepare-release.sh" "$PROJECT" "$RELEASE_VERSION" "$DEVELOPMENT_VERSION"

0 commit comments

Comments
 (0)