chore: Remove earthly check in release just script

This commit is contained in:
2025-01-11 15:59:30 -05:00
parent bcf4664f0e
commit 3a0dbacf12

View File

@@ -43,8 +43,6 @@ release *args:
#!/usr/bin/env bash #!/usr/bin/env bash
set -euxo pipefail set -euxo pipefail
earthly --ci +run-checks
# --workspace: updating all crates in the workspace # --workspace: updating all crates in the workspace
# --no-tag: do not push tag for each new version # --no-tag: do not push tag for each new version
# --no-confirm: don't look for user input, just run the command # --no-confirm: don't look for user input, just run the command