From a2e799085711f2d45b9b4e3a07076dc5256047d3 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Mon, 9 Dec 2024 11:04:05 +0000 Subject: [PATCH] build: restored `AUTH` target to `publish` target as dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06712bc..399592c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ test: gem @bundle install @bundle exec rake test -publish: ${GEM} +publish: ${AUTH} ${GEM} @echo Publishing package ${NAME}:${VERSION} to ${OWNER} ... @gem push --key github --host ${GPR} ${GEM} @echo Done.