Skip to content

Commit

Permalink
fix: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jul 3, 2023
1 parent 0a6279c commit 99fae80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ const generatePluginsConfig = () => {
{
assets: [
{
path: 'masked-email-manager_v${nextRelease.version}_chrome.zip',
label: 'Chrome Extension'
path: 'masked-email-manager_*_chrome.zip',
name: 'masked-email-manager_v${nextRelease.version}_chrome.zip',
label: 'Chrome Extension v${nextRelease.version}'
}
]
}
Expand Down

0 comments on commit 99fae80

Please sign in to comment.