Skip to content

Commit

Permalink
ci: update make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 29, 2023
1 parent ff8bfd5 commit 72b38ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
enable-stack: false
- run: make publish
- run: cabal update
- uses: haskell-actions/hackage-publish@v1
with:
hackageToken: "${{ secrets.HACKAGE_AUTH_TOKEN }}"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ clean:
cabal clean

publish: clean
cabal update
cabal v2-haddock --haddock-for-hackage
cabal sdist

0 comments on commit 72b38ef

Please sign in to comment.