From 92c58c22b0ce2b4337d625997cc03fd5615147b3 Mon Sep 17 00:00:00 2001 From: "Michael \"Gilli\" Gilliland" Date: Fri, 9 Apr 2021 11:48:33 -0400 Subject: [PATCH] Add release action --- .github/workflows/release.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..fe29731 --- /dev/null +++ b/.github/workflows/release.yml @@ -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