We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0f2d9 commit c865f95Copy full SHA for c865f95
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "${GITHUB_REF#refs/tags/v}" > latest-version
45
46
# Upload latest version pointer
47
- aws s3 cp latest-version s3://major-cli-releases/latest-version --acl public-read
+ aws s3 cp latest-version s3://major-cli-releases/latest-version --acl public-read --content-type "text/plain"
48
49
# Upload install script
50
- aws s3 cp install.sh s3://major-cli-releases/install.sh --acl public-read
+ aws s3 cp install.sh s3://major-cli-releases/install.sh --acl public-read --content-type "text/plain"
0 commit comments