Add release action

This commit is contained in:
Michael "Gilli" Gilliland 2021-04-09 11:48:33 -04:00
parent d8011561b8
commit 92c58c22b0

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