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 fc3d4af commit a85d606Copy full SHA for a85d606
.github/workflows/release-readiness.yml
@@ -54,7 +54,7 @@ jobs:
54
cd ../aws-sdk-kotlin
55
git fetch origin
56
57
- DIFF=$(git diff origin/main --unified=0 | grep '^[-+][^-+]' -- gradle/libs.versions.toml)
+ DIFF=$(git diff origin/main --unified=0 -- gradle/libs.versions.toml | grep '^[-+][^-+]')
58
if [ -z "$DIFF" ]; then
59
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
60
exit 1
0 commit comments