Skip to content

Commit 2956317

Browse files
authored
chore(ci): clear JSDelivr cache for Ionic Next (#29121)
The cache for the `next` tag is not cleared on release. As a result, the Ionic 8 playgrounds break since the entry point is cached. The cached entry point references JS chunks that no longer exist.
1 parent 743f517 commit 2956317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
"path": [
124124
"/npm/@ionic/core@6/dist/ionic/ionic.esm.js",
125125
"/npm/@ionic/core@latest/dist/ionic/ionic.esm.js",
126+
"/npm/@ionic/core@next/dist/ionic/ionic.esm.js",
126127
"/npm/@ionic/core@6/css/ionic.bundle.css",
127128
"/npm/@ionic/core@latest/css/ionic.bundle.css"
129+
"/npm/@ionic/core@next/css/ionic.bundle.css"
128130
]}'
129131
shell: bash

0 commit comments

Comments
 (0)