diff options
| -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 |