Skip to content

Commit

Permalink
fix 'stack upload' command
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 22, 2024
1 parent 622d3a6 commit 9921ffa
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 @@ -26,8 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 9921ffa

Please sign in to comment.