From 54a600f5554524022a5184fc7c758d63580f5781 Mon Sep 17 00:00:00 2001 From: Jake Wang Date: Mon, 9 Dec 2024 16:50:33 +0800 Subject: [PATCH] Minor fix for publish command --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c8de359..5274462 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ publish-maven: build publish: build rm -rf $$HOME/.m2/repository/org/docstr/gwt + git checkout tags/${LATEST_TAG} ${PROJECT_DIR}/gradlew publishPlugins --warning-mode all git checkout main