Skip to content

Commit

Permalink
Merge pull request #104 from kmyk/upload-hackage
Browse files Browse the repository at this point in the history
ci: Upload to Hackage via GitHub Actions
  • Loading branch information
kmyk authored Jul 28, 2021
2 parents 2b617a8 + 6753ac9 commit edbd4e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/upload-hackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: upload-hackage

on:
release:
types: [published]

jobs:
upload-hackage:
runs-on: ubuntu-latest
env:
# Can be created at https://hackage.haskell.org/user/{username}/manage
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: freckle/stack-upload-action@main

0 comments on commit edbd4e4

Please sign in to comment.