Skip to content

Commit

Permalink
Add name to build step in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 20, 2024
1 parent 025717f commit 7a79923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a79923

Please sign in to comment.