Skip to content

Commit ae30655

Browse files
committed
debugging
1 parent 221711b commit ae30655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
path: 'aws-sdk-kotlin'
1818
ref: '${{ github.head_ref }}'
19+
fetch-depth: 0
1920

2021
# - name: Configure Gradle
2122
# uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
@@ -51,7 +52,7 @@ jobs:
5152
5253
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5354
cd ../aws-sdk-kotlin
54-
git fetch origin
55+
git fetch origin --quiet
5556
git log
5657
echo "grepping diff"
5758
git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"

0 commit comments

Comments
 (0)