From faaa0d3375deb57efd242da3d96defd7809d5de6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:37:41 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.15.0 --- .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 c5f4c6781a6..7a3ee87d97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: # because it otherwise does not know # about the tag and add the old source code to the release. # This might be a bug. - - uses: ncipollo/release-action@v1.14.0 + - uses: ncipollo/release-action@v1.15.0 with: prerelease: ${{ steps.vars.outputs.prerelease }} tag: ${{github.event.inputs.version}}