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 3d1dc93 commit 5054267Copy full SHA for 5054267
scripts/release.sh
@@ -20,7 +20,7 @@ export AWS_SECRET_ACCESS_KEY=$(echo "${SESSION_CREDS}" | jq -r '.Credentials.Sec
20
export AWS_SESSION_TOKEN=$(echo "${SESSION_CREDS}" | jq -r '.Credentials.SessionToken')
21
export RELEASE_S3_URL="s3://$RELEASE_BUCKET/releases"
22
23
-TEST_KEY="releases/aws/sdk/kotlin/gradle/build-support/$VERSION/build-support-$VERSION.jar"
+TEST_KEY="releases/aws/sdk/kotlin/build-plugins/$VERSION/build-plugins-$VERSION.jar"
24
25
if aws s3api head-object --bucket $RELEASE_BUCKET --key $TEST_KEY; then
26
echo "failing release; $VERSION already exists!"
0 commit comments