Skip to content

Commit

Permalink
fix: release zip 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalaras committed Jul 22, 2024
1 parent 363d482 commit 7da45b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const config = {
[
"@semantic-release/exec",
{
prepareCmd: "zip -r -qq ${nextRelease.version} dist && printf '${nextRelease.version}' > VERSION",
prepareCmd: "zip -r -qq presidium-js dist && printf '${nextRelease.version}' > VERSION",
},
],
[
'@semantic-release/github',
{
"assets": [
{ "path": "${nextRelease.gitTag}.zip", "label": "${nextRelease.gitTag}.zip" }
{ "path": "presidium-js.zip", "name":"${nextRelease.gitTag}.zip", "label": "${nextRelease.gitTag}.zip" }
]
}],
]}
Expand Down

0 comments on commit 7da45b3

Please sign in to comment.