Add release action (#152)

This commit is contained in:
Michael Gilliland 2021-04-09 11:58:03 -04:00 committed by GitHub
parent d8011561b8
commit 9f0fad7c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Release to Hackage
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
env:
HACKAGE_API_KEY: ${{ secrets.HACKAGE_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: freckle/stack-upload-action@main
with:
pvp-bounds: both