ci: limit releases to GHC-9.6.3 (#938)

This commit is contained in:
Alexander Bondarenko
2023-12-27 17:55:42 +02:00
committed by GitHub
parent 22e1932372
commit bb4de2e63c

View File

@@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create release
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-20.04'
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-20.04' && matrix.ghc == '9.6.3'
uses: softprops/action-gh-release@v1
with:
body: |