Skip to content

Commit c4cec77

Browse files
committed
debugging
1 parent 8e42100 commit c4cec77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-readiness.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454
cd ../aws-sdk-kotlin
5555
git fetch origin
56-
57-
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
58-
echo "Sanity check"
56+
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep "smithy-kotlin-runtime-version =\|smithy-kotlin-codegen-version =")
57+
5958
if [ "$SMITHY_KOTLIN_VERSION_BUMP" -ne 0 ]; then
6059
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6160
exit 1

0 commit comments

Comments
 (0)