From ceb2cf55d6b96c97813617b71bffda326e51f469 Mon Sep 17 00:00:00 2001 From: phi Date: Thu, 17 Oct 2024 23:01:01 +0900 Subject: [PATCH] chore: disable verbose --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5931b15..02ce36d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,4 +26,4 @@ jobs: run: uv build - name: Publish package - run: uv publish -v \ No newline at end of file + run: uv publish \ No newline at end of file