From 138b339e12a00f79a50c4a8916b2cd496418cace Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 31 May 2024 16:48:09 +0200 Subject: [PATCH] ci: use help instead of version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d846392..be6a72d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - shards install - shards build --production --static - strip bin/docmachine - - ./bin/docmachine --version + - ./bin/docmachine --help - mkdir -p /_cache/bin - cp -r bin/docmachine /_cache/bin/$PACKAGE_BASENAME