Skip to content

Commit

Permalink
fix: actually fix the release (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored May 24, 2023
1 parent 5721370 commit 1bcc249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}],
["@semantic-release/git", {
"assets": ["action.yml"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [ci skip]"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}],
"@semantic-release/github"
]
Expand Down

0 comments on commit 1bcc249

Please sign in to comment.