From 9f361405bf62dbf2846fcb5798d1f20ff4b96eed Mon Sep 17 00:00:00 2001 From: Tucker Siegel <tgsiegel@terpmail.umd.edu> Date: Sun, 26 Mar 2023 01:20:45 -0400 Subject: [PATCH] f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f969aec..5a1ba8a 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ TAG := $(shell git describe --tags) dist: sed -i "s/CHANGE_ME/${GITLAB_DEPLOY_TOKEN}/g" gradle.properties sed -i "s/CHANGE_ME/${TAG}/g" build.gradle - gradlew publish \ No newline at end of file + ./gradlew publish \ No newline at end of file -- GitLab