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 0c5ee28 commit d7c2773Copy full SHA for d7c2773
buildspecs/release-to-maven-central.yml
@@ -48,7 +48,7 @@ phases:
48
STAGING_SIZE_MB=$(du -sm target/central-staging | cut -f1)
49
aws cloudwatch put-metric-data \
50
--namespace "AwsJavaSdkRelease" \
51
- --metric-data MetricName=StagingFolderSize,Value=$STAGING_SIZE_MB,Unit=Megabytes,Dimensions=Name=ReleaseVersion,Value=$RELEASE_VERSION
+ --metric-data "MetricName=StagingFolderSize,Value=$STAGING_SIZE_MB,Unit=Megabytes,Dimensions=[{Name=ReleaseVersion,Value=$RELEASE_VERSION}]"
52
else
53
echo "Staging folder target/central-staging not found"
54
fi
0 commit comments