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