Skip to content

Commit 46621ec

Browse files
authored
Merge pull request #360 from aws-solutions-library-samples/yprikhodko-patch-2
Fix release.sh
2 parents 1fde781 + f4fe0d1 commit 46621ec

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)