aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-25 17:08:37 +0800
committertypebrook <typebrook@gmail.com>2020-03-25 17:08:37 +0800
commitd5d9804bfa54910e2ad03e487f217d614aca3580 (patch)
treeb7fd1555f3d7a49bd54d12da74c1d28d3a3eb7d7 /alias
parent103cd9acb396092863935d71591990128e475e24 (diff)
Update github-release.sh
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index c70606a..f0c9451 100644
--- a/alias
+++ b/alias
@@ -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}
95release() { 95release() {
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}
99asset() { 99asset() {