mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
refactor: restore shell script extensions
Without an extension, the shell script configuration in `.gitattribute` will not work.
This commit is contained in:
@@ -156,8 +156,8 @@
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
"prepareCmd": "bash tools/release --prepare",
|
||||
"publishCmd": "bash tools/release"
|
||||
"prepareCmd": "bash tools/release.sh --prepare",
|
||||
"publishCmd": "bash tools/release.sh"
|
||||
}
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user