We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e42100 commit c4cec77Copy full SHA for c4cec77
.github/workflows/release-readiness.yml
@@ -53,9 +53,8 @@ jobs:
53
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
54
cd ../aws-sdk-kotlin
55
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"
+ SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep "smithy-kotlin-runtime-version =\|smithy-kotlin-codegen-version =")
+
59
if [ "$SMITHY_KOTLIN_VERSION_BUMP" -ne 0 ]; then
60
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
61
exit 1
0 commit comments