Skip to content

Commit

Permalink
fix path to stack yaml in release command
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 22, 2024
1 parent 9921ffa commit abd8586
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 @@ -29,4 +29,4 @@ jobs:
run: stack upload --pvp-bounds lower ${{ matrix.package }}
env:
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
STACK_YAML: ../stack-lts-16.31.yaml
STACK_YAML: stack-lts-16.31.yaml

0 comments on commit abd8586

Please sign in to comment.