From 0144fc7dbbd6934de9cd88b421f15858b47567da Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sat, 11 Nov 2023 21:44:33 +0300 Subject: [PATCH] fix for tag name --- tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \