mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
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:
parent
bee4cd7d9b
commit
a9281fa94a
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user