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 committed by Pat Brisbin
parent 8cc82e919c
commit 3624b7f2d5

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