bb64 release v11
This commit is contained in:
parent
d544b8953d
commit
ee702d92ca
@ -26,6 +26,10 @@ TAG="v$v"
|
||||
# Build binaries
|
||||
./build.sh
|
||||
|
||||
# make sure we've commited.
|
||||
git add . && git commit -m "bb64 release $TAG" && git push
|
||||
|
||||
|
||||
# Find repo info from .git/config
|
||||
REPO_URL=$(git config --get remote.origin.url)
|
||||
if [[ ! $REPO_URL =~ gitea ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user