From e61af2442b04887c7bce84293c29bed64ba34946 Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Wed, 28 Feb 2024 19:16:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=BF=20mommy=20fixes=20her=20curls~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4e5cc6d..4f1819c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -236,7 +236,7 @@ jobs: echo -e "mommy can also be installed using a package manager. [check the readme for more info](https://github.com/FWDekker/mommy/tree/${MOMMY_VERSION}#-installation)~\n" | cat - RELEASE_NOTES.md | tee RELEASE_NOTES.md - name: Publish release uses: softprops/action-gh-release@v1 - if: ${{ github.event.inputs.dry_run == 'false' }} && ${{ github.event.inputs.release_mommy == 'true' }} + if: ${{ github.event.inputs.dry_run == 'false' && github.event.inputs.release_mommy == 'true' }} with: target_commitish: main tag_name: ${{ env.MOMMY_VERSION }}