Skip to content

Commit 5054267

Browse files
committed
revert release script to original
1 parent 3d1dc93 commit 5054267

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
@@ -20,7 +20,7 @@ export AWS_SECRET_ACCESS_KEY=$(echo "${SESSION_CREDS}" | jq -r '.Credentials.Sec
2020
export AWS_SESSION_TOKEN=$(echo "${SESSION_CREDS}" | jq -r '.Credentials.SessionToken')
2121
export RELEASE_S3_URL="s3://$RELEASE_BUCKET/releases"
2222

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

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

0 commit comments

Comments
 (0)