Skip to content

Commit

Permalink
build(release): fix Github Release name mismatch with build output
Browse files Browse the repository at this point in the history
  • Loading branch information
lalli-flores committed Oct 24, 2019
1 parent 0458508 commit fdb7091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ module.exports = {
label: "Package JSON"
},
{
path: "dist/WebexComponentAdapterInterfaces.cjs.js",
path: "dist/webexComponentAdapterInterfaces.cjs.js",
label: "Common JS distribution"
},
{
path: "dist/WebexComponentAdapterInterfaces.umd.js",
path: "dist/webexComponentAdapterInterfaces.umd.js",
label: "Universal Module Definition JS distribution"
},
{
path: "dist/WebexComponentAdapterInterfaces.esm.js",
path: "dist/webexComponentAdapterInterfaces.esm.js",
label: "ECMAScript module JS distribution"
}
]
Expand Down

0 comments on commit fdb7091

Please sign in to comment.