File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
5353 if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454 cd ../aws-sdk-kotlin
5555 git fetch origin
56- echo "grepping diff"
57- export SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
58- echo "diff grepped"
56+ SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
5957
6058 if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
61- echo "::error ::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
59+ echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6260 exit 1
61+ else
62+ echo "::notice::Matching smithy-kotlin and aws-sdk-kotlin branches with smithy-kotlin version bump detected"
6363 fi
6464 fi
6565
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
1212binary-compatibility-validator-version = " 0.16.3"
1313
1414# smithy-kotlin codegen and runtime are versioned separately
15- smithy-kotlin-runtime-version = " 1.4.15 "
16- smithy-kotlin-codegen-version = " 0.34.15 "
15+ smithy-kotlin-runtime-version = " 1.4.16 "
16+ smithy-kotlin-codegen-version = " 0.34.16 "
1717
1818# codegen
1919smithy-version = " 1.53.0"
You can’t perform that action at this time.
0 commit comments