Skip to content

Commit

Permalink
Release 0.4.3 #209
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 23, 2023
1 parent 2711912 commit b10f3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b10f3c4

Please sign in to comment.