mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 01:19:56 +00:00
ci: limit releases to GHC-9.6.3 (#938)
This commit is contained in:
committed by
GitHub
parent
22e1932372
commit
bb4de2e63c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user