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 221711b commit ae30655Copy full SHA for ae30655
.github/workflows/release-readiness.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
path: 'aws-sdk-kotlin'
18
ref: '${{ github.head_ref }}'
19
+ fetch-depth: 0
20
21
# - name: Configure Gradle
22
# uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
@@ -51,7 +52,7 @@ jobs:
51
52
53
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
54
cd ../aws-sdk-kotlin
- git fetch origin
55
+ git fetch origin --quiet
56
git log
57
echo "grepping diff"
58
git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
0 commit comments