geoip-geosite-with-ru-block.../tag.sh
Neur0toxine 97750df72f
All checks were successful
continuous-integration/drone/push Build is passing
automatic release
2023-11-11 21:36:11 +03:00

13 lines
396 B
Bash
Executable File

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