From 3a0dbacf1211012bd7ef80dad1e2a4ffebe6a167 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 11 Jan 2025 15:59:30 -0500 Subject: [PATCH] chore: Remove earthly check in release just script --- justfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/justfile b/justfile index 4277246..a44dafb 100644 --- a/justfile +++ b/justfile @@ -43,8 +43,6 @@ release *args: #!/usr/bin/env bash set -euxo pipefail - earthly --ci +run-checks - # --workspace: updating all crates in the workspace # --no-tag: do not push tag for each new version # --no-confirm: don't look for user input, just run the command