소스 검색

build(release): fix double echo

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 년 전
부모
커밋
18309b0160
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"