From c14c57e182c7166c7b9f19663f582dc225df1a9d Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 13 Mar 2023 20:33:28 -0400 Subject: [PATCH] fix typo for dh publish --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index a311374..d7e2b1c 100644 --- a/.build.yml +++ b/.build.yml @@ -32,4 +32,4 @@ tasks: - publish: | cd alpine-cli chpst -e ~/.envdir sudo --preserve-env just publish - chpst -e ~/.envdir sudo --preserve-env just ci-publish-dh + chpst -e ~/.envdir sudo --preserve-env just publish-dh