Skip to content

Commit 4710352

Browse files
authored
Use coherent env. in release.yml (#4075)
Makes release builds aware of the ghc-version to build with. (and also stack and hpack, which are minor)
1 parent f6e0f33 commit 4710352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
branches:
55
- release
66

7+
env:
8+
ghc_version: "9.6.5"
9+
stack_version: "2.15.1"
10+
hpack_version: '0.36'
11+
712
jobs:
813
draft-release:
914
name: 'Draft Release'

0 commit comments

Comments
 (0)