Skip to content

Commit 26f0428

Browse files
committed
fix head object call
1 parent c47bd2f commit 26f0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "most recent tag: $VERSION (sha=$VERSION_COMMIT)"
1515

1616
export RELEASE_S3_URL="s3://$RELEASE_BUCKET/releases"
1717

18-
TEST_KEY="releases/aws/sdk/kotlin/build-plugins/$VERSION/build-plugins-$VERSION.jar"
18+
TEST_KEY="releases/aws/sdk/kotlin/gradle/build-support/$VERSION/build-support-$VERSION.jar"
1919

2020
if aws s3api head-object --bucket $RELEASE_BUCKET --key $TEST_KEY; then
2121
echo "failing release; $VERSION already exists!"

0 commit comments

Comments
 (0)