Skip to content

Commit 8e42100

Browse files
committed
debugging
1 parent 6ff197c commit 8e42100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
git fetch origin
5656
5757
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
58-
58+
echo "Sanity check"
5959
if [ "$SMITHY_KOTLIN_VERSION_BUMP" -ne 0 ]; then
6060
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6161
exit 1

0 commit comments

Comments
 (0)