Skip to content

Commit

Permalink
ci: limit releases to GHC-9.6.3 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Dec 27, 2023
1 parent 22e1932 commit bb4de2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bb4de2e

Please sign in to comment.