From c19cca5c697edfd7110db4bc57a54dc76e234684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:57:56 -0500 Subject: [PATCH] Update ncipollo/release-action action to v1.14.0 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 757695a..1e2eec7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV - name: Create Release 🎉 - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 if: github.ref_type == 'tag' with: bodyFile: "changelog.txt"