Skip to content

Add cabal 3.10.3.0 and stack 2.15.3 #17

Add cabal 3.10.3.0 and stack 2.15.3

Add cabal 3.10.3.0 and stack 2.15.3 #17

Workflow file for this run

name: "/release"
on:
push:
tags:
- v*.*.*
jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') # only run on "releases" (pushes to tags)
steps:
- uses: actions/checkout@v4
- run: git show HEAD --format='%s%n%n%b' -s > .release_body
- uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
body_path: .release_body