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 authored Nov 24, 2024
1 parent 74322a5 commit 34da2ed
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 34da2ed

Please sign in to comment.