Explorar o código

build(release): fix double echo

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
18309b0160
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Justfile

+ 1 - 1
Justfile

@@ -108,7 +108,7 @@ release:
     git checkout -b "cafk-release-v{{new_version}}"
     git commit -asm "chore: release eza v{{new_version}}"
     git push
-    echo "waiting 10 seconds for github to catch up..."
+    @echo "waiting 10 seconds for github to catch up..."
     sleep 10
     gh pr create --draft --title "chore: release v{{new_version}}" --body "This PR was auto-generated by our lovely just file" --reviewer cafkafk 
     @echo "Now go review that and come back and run gh-release"