From 365743129e617cd84a246dd91326295368a65ea7 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 3 Aug 2022 10:21:08 -0400 Subject: [PATCH] chore(ci): add missing quotes to cache script (#25711) --- .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 6df95c181d..b80e2ff094 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: # component playgrounds always load # the latest version of Ionic. - name: Purge JSDelivr Cache - run: | + run: | curl -X POST \ https://purge.jsdelivr.net/ \ -H 'cache-control: no-cache' \ @@ -74,8 +74,8 @@ jobs: "path": [ "/npm/@ionic/core@6/dist/ionic/ionic.esm.js", "/npm/@ionic/core@latest/dist/ionic/ionic.esm.js", - "/npm/@ionic/core@6/css/ionic.bundle.css, - "/npm/@ionic/core@latest/css/ionic.bundle.css + "/npm/@ionic/core@6/css/ionic.bundle.css", + "/npm/@ionic/core@latest/css/ionic.bundle.css" ]}'