Skip to content

Commit 80d0484

Browse files
authored
set content type in s3 metadata (#1186)
1 parent 7b24d41 commit 80d0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Copy RSS file to S3
2828
run: |
2929
ls
30-
aws s3 cp changes/cloud-intelligence-dashboards.rss s3://cid-feed/feed/cloud-intelligence-dashboards.rss
30+
aws s3 cp changes/cloud-intelligence-dashboards.rss s3://cid-feed/feed/cloud-intelligence-dashboards.rss --content-type application/rss+xml

0 commit comments

Comments
 (0)