This commit is contained in:
parent
50d9743cdd
commit
0144fc7dbb
1 changed files with 1 additions and 1 deletions
2
tag.sh
2
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' \
|
||||
|
|
Reference in a new issue