From 54a6ddb23055e858880f93a0504e6302644f3c16 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 20 Apr 2023 12:12:14 +0100 Subject: [PATCH] chore: fix release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index db6ad774..60c94fc9 100644 --- a/Makefile +++ b/Makefile @@ -72,12 +72,12 @@ distinfo: dist chmod 644 ${DISTSIGN} ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN} -{$DISTINFOMD}: ${DISTINFO} +${DISTINFOMD}: ${DISTINFO} echo '```' >${DISTINFOMD} cat ${DISTINFO} >>${DISTINFOMD} echo '```' >>${DISTINFOMD} -release: distinfo +release: distinfo ${DISTINFOMD} gh release create v${VERSION} \ --title "dhcpcd ${VERSION}" --draft --generate-notes \ --notes-file ${DISTINFOMD} \ -- 2.47.2