From adc79d4a187d78004557f652db19782052b9a8dc Mon Sep 17 00:00:00 2001 From: Alberto Delgado Roda Date: Wed, 27 Sep 2023 11:11:30 +0200 Subject: [PATCH] ci: rewrite google cdn headers in lowercase (#1439) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c81d537..8bffd1928 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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') }} @@ -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') }} @@ -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()