diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-25 17:08:37 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-25 17:08:37 +0800 |
| commit | d5d9804bfa54910e2ad03e487f217d614aca3580 (patch) | |
| tree | b7fd1555f3d7a49bd54d12da74c1d28d3a3eb7d7 /alias | |
| parent | 103cd9acb396092863935d71591990128e475e24 (diff) | |
Update github-release.sh
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -93,7 +93,7 @@ gcg() { | |||
| 93 | git clone git@github.com:$1/$2.git && cd $(basename $2) | 93 | git clone git@github.com:$1/$2.git && cd $(basename $2) |
| 94 | } | 94 | } |
| 95 | release() { | 95 | release() { |
| 96 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n overwrite=false" | 96 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n action=upload|overwrite|rename|delete\n extra=" |
| 97 | prompt "$command" | 97 | prompt "$command" |
| 98 | } | 98 | } |
| 99 | asset() { | 99 | asset() { |