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 6cae768 commit 221711bCopy full SHA for 221711b
.github/workflows/release-readiness.yml
@@ -52,6 +52,7 @@ jobs:
52
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
53
cd ../aws-sdk-kotlin
54
git fetch origin
55
+ git log
56
echo "grepping diff"
57
git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
58
echo "diff grepped"
0 commit comments