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 3d49ea8 commit 30a5529Copy full SHA for 30a5529
.github/workflows/release-readiness.yml
@@ -51,6 +51,7 @@ jobs:
51
52
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
53
cd ../aws-sdk-kotlin
54
+ git fetch origin
55
git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
56
export SMITHY_KOTLIN_VERSION_BUMP=$($?)
57
0 commit comments