diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-10 18:10:37 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-10 18:10:37 +0800 |
| commit | de96a04716f877c655b7372b4c4ff72ef485c1b2 (patch) | |
| tree | 49c62f4f8fcb2d787e540344999566e7d22dfc53 | |
| parent | b22e63d287ea937a228f3727335e40f4ee4b414f (diff) | |
update
| -rwxr-xr-x | tools/github-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/github-release.sh b/tools/github-release.sh index 811ba06..bed34db 100755 --- a/tools/github-release.sh +++ b/tools/github-release.sh | |||
| @@ -47,7 +47,7 @@ if [ "$tag" = 'LATEST' ]; then | |||
| 47 | GH_TAGS="$GH_REPO/releases/latest" | 47 | GH_TAGS="$GH_REPO/releases/latest" |
| 48 | fi | 48 | fi |
| 49 | if [ "$type" = '' ]; then | 49 | if [ "$type" = '' ]; then |
| 50 | sed -E -n -e ' /^$/ q; 10,$ s/^# *//p' "$0" | 50 | sed -E -n -e ' /^$/ q; 11,$ s/^# *//p' "$0" |
| 51 | exit 0 | 51 | exit 0 |
| 52 | fi | 52 | fi |
| 53 | 53 | ||