Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Mar 1, 2024
1 parent 0b4f249 commit acb69f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit acb69f8

Please sign in to comment.