Release: only published versioned files to cdn

Close gh-5406
This commit is contained in:
Timmy Willison 2024-02-05 11:51:11 -05:00 committed by GitHub
parent 7eac932da7
commit 3a0ca684eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,9 @@ module.exports = function( Release ) {
npmPublish: true,
issueTracker: "github",
// Update cdn location to versioned files
cdnPublish: "dist/cdn/versioned",
/**
* Set the version in the src folder for distributing ES modules.
*/