fix for tag name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel 2023-11-11 21:44:33 +03:00
parent 50d9743cdd
commit 0144fc7dbb

2
tag.sh
View File

@ -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' \