From f3a1e25323522969ea6e80413b7e1a38e3bc5dec Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 10 Dec 2023 20:50:20 +0100 Subject: [PATCH] fixed the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a3d4b8..9c7e6a7 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,5 @@ docs: format release: changelog docs ansible-galaxy collection build -upload: +upload: release ./upload.sh