1
0
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:
Cotes Chung
2024-06-01 04:11:01 +08:00
parent 64ae7a3671
commit 1c5fa0880d
7 changed files with 6 additions and 6 deletions

View File

@@ -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"
}
],
[