From 2f60c778f8269f7ecc3727c68953234bd57c9794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Kleidukos?= Date: Sat, 20 Jul 2024 23:26:02 +0200 Subject: [PATCH] Try out the release pipeline with 0.1.7.1 --- .github/workflows/release.yml | 1 - get-tested.cabal | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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: