From 6ebac35919ca406339ea1a4419191be3be8dc20a Mon Sep 17 00:00:00 2001 From: abdfnx Date: Thu, 5 May 2022 00:30:13 +0300 Subject: [PATCH] tasks: fix `release` task --- Taskfile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 92962127..ccf2b3ed 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -27,7 +27,6 @@ tasks: release: cmds: - - task: node-checks - BuildDate="$(cat date.txt)" goreleaser release --rm-dist --timeout 100m build: