From 4accd257e1bb709499a8e0a501d2c0953a8c08b6 Mon Sep 17 00:00:00 2001 From: Clete Blackwell II Date: Wed, 20 Dec 2023 21:28:01 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20no=20verbose=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fe1520f..89854bc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build --release --verbose + run: cargo build --release - name: Semantic Releaser uses: brpaz/action-semantic-release@v1