We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcda64 commit 0c0432dCopy full SHA for 0c0432d
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: brandonchinn178/haskell-actions/parse-cabal-file@parse-cabal-file
24
id: cabal_file
25
with:
26
- cabal_file: fourmolu.cabal
+ cabal_file: persistent-mtl.cabal
27
- name: Set version label
28
run: echo 'VERSION=v${{ steps.cabal_file.outputs.version }}' >> "${GITHUB_ENV}"
29
0 commit comments