Skip to content

Commit

Permalink
fix(ci): make dist archive after git push but before github release
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Sep 10, 2023
1 parent b8734a9 commit ba62451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"after:bump": "make VERSION=${version} dist"
"after:git:release": "make VERSION=${version} dist"
},
"git": {
"commitMessage": "chore: release v${version}"
Expand Down

0 comments on commit ba62451

Please sign in to comment.