Fix release.yml

This commit is contained in:
patrick brisbin 2024-03-01 09:22:24 -05:00
parent 0b4f249bf4
commit acb69f8da4
No known key found for this signature in database
GPG Key ID: 07BF97A312D7F34C

View File

@ -14,7 +14,7 @@ jobs:
uses: freckle/haskell-tag-action@v1
- if: steps.tag.outputs.tag
run: stack upload --pvp-bounds lower
run: stack upload --pvp-bounds lower .
env:
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}