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 c47bd2f commit 26f0428Copy full SHA for 26f0428
scripts/release.sh
@@ -15,7 +15,7 @@ echo "most recent tag: $VERSION (sha=$VERSION_COMMIT)"
15
16
export RELEASE_S3_URL="s3://$RELEASE_BUCKET/releases"
17
18
-TEST_KEY="releases/aws/sdk/kotlin/build-plugins/$VERSION/build-plugins-$VERSION.jar"
+TEST_KEY="releases/aws/sdk/kotlin/gradle/build-support/$VERSION/build-support-$VERSION.jar"
19
20
if aws s3api head-object --bucket $RELEASE_BUCKET --key $TEST_KEY; then
21
echo "failing release; $VERSION already exists!"
0 commit comments