Skip to content

Commit

Permalink
Use coherent env. in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Dec 6, 2024
1 parent 854db7f commit e90661c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- release

env:
ghc_version: "9.6.5"
stack_version: "2.15.1"
hpack_version: '0.36'

jobs:
draft-release:
name: 'Draft Release'
Expand Down

0 comments on commit e90661c

Please sign in to comment.