We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e3384 commit 38037c5Copy full SHA for 38037c5
release.config.js
@@ -26,9 +26,9 @@ module.exports = {
26
'@semantic-release/github',
27
{
28
assets: [
29
- {path: 'build/chrome-${nextRelease.version}.zip', label: "Chrome version"},
30
- {path:'build/edge-${nextRelease.version}.zip', label: "Edge version"},
31
- {path:'build/firefox-${nextRelease.version}.zip', label: "Firefox version"}
+ {path:'build/chrome-*.zip', label: "Chrome version"},
+ {path:'build/edge-*.zip', label: "Edge version"},
+ {path:'build/firefox-*.zip', label: "Firefox version"}
32
],
33
},
34
0 commit comments