Skip to content

Commit c393b39

Browse files
committed
debugging
1 parent 613ad88 commit c393b39

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
exit 1
6161
fi
6262
63-
echo "$LIBS_DIFF"
6463
echo "getting version bump"
6564
SMITHY_KOTLIN_VERSION_BUMP=$(echo "$LIBS_DIFF" | grep "smithy-kotlin-runtime-version =\|smithy-kotlin-codegen-version =")
6665
echo "$SMITHY_KOTLIN_VERSION_BUMP"

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ binary-compatibility-validator-version = "0.16.3"
1515
smithy-kotlin-runtime-version = "1.4.15"
1616
smithy-kotlin-codegen-version = "0.34.15"
1717

18+
#Test
1819
# codegen
1920
smithy-version = "1.53.0"
2021

0 commit comments

Comments
 (0)