Skip to content

Commit

Permalink
fix: only attach last version to the release page
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Jul 26, 2020
1 parent 0b9b26f commit 5e97b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
[
"@semantic-release/github",
{
"assets": "dist/*.zip"
"assets": "dist/*${nextRelease.version}.zip"
}
]
]
Expand Down

0 comments on commit 5e97b8e

Please sign in to comment.