Skip to content

Commit f4fe0d1

Browse files
authored
Fix release.sh
1 parent 1fde781 commit f4fe0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-collection/utils/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export STACK_SET_NAME=LayerBuckets
77
export CENTRAL_BUCKET=aws-managed-cost-intelligence-dashboards
88

99
code_path=$(git rev-parse --show-toplevel)/data-collection/deploy
10-
version=$(jq -r '.version' data-collection/utils/version.json)
10+
version=v$(jq -r '.version' data-collection/utils/version.json)
1111

1212
echo "sync to central bucket"
1313
aws s3 sync $code_path/ s3://$CENTRAL_BUCKET/cfn/data-collection/

0 commit comments

Comments
 (0)