Skip to content

Commit 7da91c1

Browse files
committed
debugging
1 parent 95708b2 commit 7da91c1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release-readiness.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@ jobs:
5252
5353
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454
cd ../aws-sdk-kotlin
55-
git fetch origin --quiet
56-
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"
55+
git fetch origin
56+
echo "grepping diff"
57+
export SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
5958
echo "diff grepped"
60-
export SMITHY_KOTLIN_VERSION_BUMP=$($?)
6159
6260
if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
63-
echo "!!!!!"
6461
echo "::error ::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6562
exit 1
6663
fi

0 commit comments

Comments
 (0)