diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 462aeae..b49e1b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: jobs: generate-matrix: - if: startsWith(github.ref, 'refs/tags/') name: 'Generate matrix from cabal' outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} diff --git a/get-tested.cabal b/get-tested.cabal index 057ff98..b6ac0b6 100644 --- a/get-tested.cabal +++ b/get-tested.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: get-tested -version: 0.1.7.0 +version: 0.1.7.1 synopsis: Get the tested-with stanza of your Cabal file -- description: