mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 15:41:41 +01:00
ci(release): remove skip-ci keyword from release commit
This will allow the docker action to be run after a release
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = {
|
||||
}],
|
||||
["@semantic-release/git", {
|
||||
"assets": [["**/*.{md,yml}", "!node_modules/**/*.{md,yml}"]],
|
||||
"message": "docs(release): update doc version from ${lastRelease.version} to ${nextRelease.version} [skip ci]"
|
||||
"message": "docs(release): update doc version from ${lastRelease.version} to ${nextRelease.version}"
|
||||
}]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user