From 285b619f736509c5fe7bf4bdfd6b4ba463a3684c Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 16 Nov 2023 12:24:04 +0300 Subject: [PATCH] another fix for release build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5161d2..4753395 100644 --- a/Makefile +++ b/Makefile @@ -51,4 +51,4 @@ release: https://gitea.neur0tx.site/api/v1/repos/xray-addons/geoip-geosite-with-ru-blocklist/tags?token=${GITEA_API_KEY} \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ - -d '{"message": "$(VERSION)": daily release from ci","tag_name": "$(VERSION)","target": "master"}' \ No newline at end of file + -d '{"message": "$(VERSION): daily release from ci","tag_name": "$(VERSION)","target": "master"}' \ No newline at end of file