Skip to content

Commit

Permalink
fix: ci doesn't trigger release generation
Browse files Browse the repository at this point in the history
as we're not using semantic-release anylonger to build/publish we have to
remove the skip ci part.
  • Loading branch information
mbehr1 committed Apr 22, 2022
1 parent 6f8c410 commit 99487a9
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 @@ -845,7 +845,7 @@
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]"
"message": "chore(release): ${nextRelease.version}"
}
]
],
Expand Down

0 comments on commit 99487a9

Please sign in to comment.