Sfoglia il codice sorgente

build(release): fix double echo

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anni fa
parent
commit
18309b0160
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"