Fix reference to old GHC version

This commit is contained in:
Taylor Fausak 2022-05-06 08:43:25 -04:00 committed by GitHub
parent bb6b02d1a7
commit e388c76ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,5 @@ jobs:
path: dist-newstyle/sdist/splint-*.tar.gz
name: splint-${{ github.sha }}.tar.gz
- run: cabal check
- if: github.event_name == 'release' && matrix.os == 'ubuntu' && matrix.ghc == '9.0.1'
- if: github.event_name == 'release' && matrix.os == 'ubuntu' && matrix.ghc == '9.0.2'
run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' dist-newstyle/sdist/splint-*.tar.gz