diff --git a/tag.sh b/tag.sh index 4286d83..d0daa61 100755 --- a/tag.sh +++ b/tag.sh @@ -1,6 +1,6 @@ #!/bin/sh set -eux -export VERSION=`date +'%Y-%m-%d %R:%S'` +export VERSION=`date +%Y%m%d%H%M%S` curl -X 'POST' \ 'https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags?token='"$GITEA_API_KEY"'' \ -H 'accept: application/json' \