File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,12 +282,12 @@ jobs:
282282 # Create README.md for the CDN using the gh-pages README
283283 cp $GITHUB_WORKSPACE/scripts/cdn/gh-pages/README.md cdn/README.md
284284 # Update the version references in the README
285- sed -i "s/\${VERSION}/$VERSION /g" cdn/README.md
285+ sed -i "s/\${VERSION}/$CORE_VERSION /g" cdn/README.md
286286
287287 # Create index file for the CDN root
288288 cp $GITHUB_WORKSPACE/scripts/cdn/gh-pages/index.html cdn/index.html
289289 # Update version references
290- sed -i "s/\${VERSION}/$VERSION /g" cdn/index.html
290+ sed -i "s/\${VERSION}/$CORE_VERSION /g" cdn/index.html
291291 # Fix the CDN link reference
292292 sed -i 's|<li><a href="/cdn/">CDN for packages</a></li>|<li><a href="/">CDN for packages</a></li>|' cdn/index.html
293293 sed -i 's|<a href="/cdn/" class="btn">Explore the CDN</a>|<a href="/" class="btn">Explore the CDN</a>|' cdn/index.html
You can’t perform that action at this time.
0 commit comments