Skip to content

Commit

Permalink
fix: Archvie Creation Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
just-ak committed Nov 30, 2024
1 parent e56a3e6 commit 5638f7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@ module.exports = {
"@semantic-release/github",
{
assets: [

{
// path: 'archive',
name: 'archive/firefoxPlugin.${nextRelease.version}.zip',
path: 'archive/firefoxPlugin.${nextRelease.version}.zip',
label: 'FireFox Plugin (${nextRelease.version})'
},
{
// path: 'archive',
name: 'archive/chromePlugin.${nextRelease.version}.zip',
path: 'archive/chromePlugin.${nextRelease.version}.zip',
label: 'Chrome Plugin (${nextRelease.version})'
}
// [{path: 'dist/MyLibrary.js', name: 'MyLibrary-${nextRelease.gitTag}.js', label: 'MyLibrary JS (${nextRelease.gitTag}) distribution'}]
Expand Down

0 comments on commit 5638f7b

Please sign in to comment.