Skip to content

Commit a85d606

Browse files
committed
debugging
1 parent fc3d4af commit a85d606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd ../aws-sdk-kotlin
5555
git fetch origin
5656
57-
DIFF=$(git diff origin/main --unified=0 | grep '^[-+][^-+]' -- gradle/libs.versions.toml)
57+
DIFF=$(git diff origin/main --unified=0 -- gradle/libs.versions.toml | grep '^[-+][^-+]')
5858
if [ -z "$DIFF" ]; then
5959
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6060
exit 1

0 commit comments

Comments
 (0)