diff options
author | typebrook <typebrook@gmail.com> | 2020-04-23 10:26:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-23 10:26:33 +0800 |
commit | 9934203bc3bfbe0690685324c3fd92894c552aa9 (patch) | |
tree | 99b34c96c918a153af9c70f2eef59c23e1d24f10 | |
parent | dd57a4e158b0988cd78fbd5cb709e65f1439b97e (diff) |
update
-rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,8 +119,9 @@ upload_tig() { | |||
119 | github_api_token=$GITHUB_API_TOKEN \ | 119 | github_api_token=$GITHUB_API_TOKEN \ |
120 | repo=typebrook/tig \ | 120 | repo=typebrook/tig \ |
121 | tag=LATEST \ | 121 | tag=LATEST \ |
122 | type=asset \ | ||
122 | filename=$(which tig) | 123 | filename=$(which tig) |
123 | overwrite=false | 124 | action=overwrite |
124 | } | 125 | } |
125 | 126 | ||
126 | # about custom settings | 127 | # about custom settings |