From 7a7992310acc826a1a52f0f52440c96a6272aa35 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 20 Feb 2024 13:18:13 -0500 Subject: [PATCH] Add name to build step in release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d997cc8..d0c00526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: sudo apt-get install --assume-yes --no-install-recommends librdkafka-dev - - uses: freckle/stack-action@v5 + + - name: "Build with Haddocks" + uses: freckle/stack-action@v5 with: test: false stack-build-arguments: --haddock --haddock-for-hackage