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 6ff197c commit 8e42100Copy full SHA for 8e42100
.github/workflows/release-readiness.yml
@@ -55,7 +55,7 @@ jobs:
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"
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