Skip to content

Commit

Permalink
ci: rewrite google cdn headers in lowercase (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio authored Sep 27, 2023
1 parent 946c674 commit adc79d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
glob: '*.js'
process_gcloudignore: false
headers: |-
Cache-Control:public,max-age=31536000,immutable
cache-control: public,max-age=31536000,immutable
- id: 'upload-files-major-version'
if: ${{ always() && hashFiles('packages/rum/dist/bundles/*.js') }}
Expand All @@ -129,7 +129,7 @@ jobs:
glob: '*.js'
process_gcloudignore: false
headers: |-
Cache-Control:public,max-age=604800,immutable
cache-control: public,max-age=604800,immutable
- id: 'upload-file-index'
if: ${{ always() && hashFiles('index.html') }}
Expand All @@ -140,7 +140,7 @@ jobs:
destination: '${{ env.ELASTIC_CDN_BUCKET_NAME }}'
process_gcloudignore: false
headers: |-
Cache-Control:public,max-age=604800,immutable
cache-control: public,max-age=604800,immutable
status:
if: always()
Expand Down

0 comments on commit adc79d4

Please sign in to comment.