Skip to content

Commit

Permalink
remove set public ACL switch
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 authored Mar 14, 2021
1 parent 4188d94 commit 4380c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
helm package -d sync_dir ${REPO_NAME}
helm repo index --merge "index_dir/index.yaml" sync_dir
mv -f sync_dir/index.yaml index_dir/index.yaml
aws s3 sync sync_dir s3://${S3_BUCKET}/ --acl public-read
aws s3 cp index_dir/index.yaml s3://${S3_BUCKET}/index.yaml --acl public-read
aws s3 sync sync_dir s3://${S3_BUCKET}/
aws s3 cp index_dir/index.yaml s3://${S3_BUCKET}/index.yaml

0 comments on commit 4380c4e

Please sign in to comment.