Move away from stack-upload-action

With new Stack versions (now installed on GHA runners), our action is
not required. Using `stack upload` as-is works fine.
This commit is contained in:
patrick brisbin 2024-02-27 10:20:39 -05:00
parent bee4cd7d9b
commit a9281fa94a
No known key found for this signature in database
GPG Key ID: 07BF97A312D7F34C

View File

@ -14,8 +14,9 @@ jobs:
uses: freckle/haskell-tag-action@v1
- if: steps.tag.outputs.tag
uses: freckle/stack-upload-action@main
with:
pvp-bounds: lower
run: stack upload --pvp-bounds lower
env:
HACKAGE_API_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
# Use minimum LTS to set lowest lower bounds
STACK_YAML: stack-lts-14.27.yaml