Skip to content

Commit

Permalink
[ fix #8 ] Automate Release on Hackage with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Oct 25, 2021
1 parent 104d3db commit aaf4e7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false
prerelease: false
- name: Upload to Hackage
id: upload_hackage
env:
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: freckle/stack-upload-action@main

0 comments on commit aaf4e7f

Please sign in to comment.