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

This commit is contained in:
Pavel 2023-11-11 21:38:15 +03:00
parent 97750df72f
commit d6499b65c9

2
tag.sh
View File

@ -4,7 +4,7 @@ export VERSION=`date +'%Y-%m-%d %R:%S'`
curl -X 'POST' \ curl -X 'POST' \
'https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags' \ 'https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags' \
-H 'accept: application/json' \ -H 'accept: application/json' \
-H 'Authorization: GITEA_API_KEY' \ -H 'Authorization: '"$GITEA_API_KEY"'' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-d '{ -d '{
"message": "'"$VERSION"': daily release from ci", "message": "'"$VERSION"': daily release from ci",