Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol authored Jul 26, 2024
1 parent 7f8d4ee commit 490db1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
publish: true
if: steps.autotag.outputs.created

- run: |
cabal build --disable-tests --disable-benchmarks
gh release create ${{ steps.autotag.outputs.name }} --prerelease || true
gh release upload ${{ steps.autotag.outputs.name }} `cabal list-bin markdown-unlit` --clobber
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 490db1e

Please sign in to comment.