Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 22, 2024
1 parent a4b38aa commit 622d3a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:

- if: steps.tag.outputs.tag
run: stack upload --pvp-bounds lower
with:
working-directory: ${{ matrix.package }}
working-directory: ${{ matrix.package }}
env:
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: ../stack-lts-16.31.yaml

0 comments on commit 622d3a6

Please sign in to comment.