From a694c4d1d6fe8212af50d4e8573be8aa5564d5a8 Mon Sep 17 00:00:00 2001 From: litesun <7sunmiao@gmail.com> Date: Tue, 23 Nov 2021 16:43:14 +0800 Subject: [PATCH] ci: fix the broken VERSION env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22e647c8f4f5..6bf1e5272191 100644 --- a/Makefile +++ b/Makefile @@ -371,7 +371,7 @@ compress-tar: ./apisix \ ./bin \ ./conf \ - ./rockspec/apisix-$(project_version)*.rockspec \ + ./rockspec/apisix-$(VERSION)*.rockspec \ ./rockspec/apisix-master-0.rockspec \ LICENSE \ Makefile \