diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-09 15:07:02 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-09 15:07:02 +0800 |
| commit | b7d4b0f0f27558bf4d82585e7692a704ac35466b (patch) | |
| tree | 0d6d75759bb16f81919c5ffab9e93d5fe28a5743 /alias | |
| parent | 57bc75def35432cad7df5b7eaa47740ca7247e75 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -96,7 +96,7 @@ gcg() { | |||
| 96 | git clone git@github.com:$1/$2.git && cd $(basename $2) | 96 | git clone git@github.com:$1/$2.git && cd $(basename $2) |
| 97 | } | 97 | } |
| 98 | github_release_asset() { | 98 | github_release_asset() { |
| 99 | command="upload-github-release-asset.sh\n github_api_token=$GITHUB_API_TOKEN\n owner=typebrook\n repo=tig\n tag=LATEST\n filename=$(which tig)\n overwrite=false" | 99 | command="upload-github-release-asset.sh\n github_api_token=$GITHUB_API_TOKEN\n owner=typebrook\n repo=tig\n tag=LATEST\n type=asset\n filename=$(which tig)\n overwrite=false" |
| 100 | prompt "$command" | 100 | prompt "$command" |
| 101 | } | 101 | } |
| 102 | 102 | ||