From b10f3c49d244f860c3323daebb7fe9feca4c3297 Mon Sep 17 00:00:00 2001 From: xonix Date: Sat, 23 Dec 2023 18:25:11 +0200 Subject: [PATCH] Release 0.4.3 #209 --- Makesurefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makesurefile b/Makesurefile index 0231f94..f02ef85 100644 --- a/Makesurefile +++ b/Makesurefile @@ -69,13 +69,13 @@ ./gawk51 --version rm -r "gawk-5.1.0" -@goal gh_installed @private +@goal installed_gh @private @reached_if command -v gh >/dev/null echo "You need to install gh first: https://cli.github.com/" exit 1 @goal gh_release -@depends_on gh_installed +@depends_on installed_gh @doc 'publish Github release (draft)' releaseTag="v$NEXT_VERSION" echo