From 89d4359334324848b3fe2366d5f8b4de5942c7d8 Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Tue, 14 Feb 2023 16:55:46 +0100 Subject: [PATCH] fix taskfile --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index ac6605e6..f2be695c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -11,7 +11,7 @@ tasks: " \ -o bin/ ./cmd/... - cmd: codesign --deep --force -s - bin/mach-composer - platform: darwin + platforms: [darwin] vars: version: sh: git describe --tags --always